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