Class BigIntRemoteValue
public record BigIntRemoteValue : PrimitiveProtocolRemoteValue, IEquatable<RemoteValue>, IEquatable<PrimitiveProtocolRemoteValue>, IEquatable<BigIntRemoteValue>
- Inheritance
-
BigIntRemoteValue
- Implements
- Inherited Members
Constructors
BigIntRemoteValue(string)
public BigIntRemoteValue(string Value)
Parameters
Value
string
Properties
Value
public string Value { get; init; }