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