Class StringValue
public sealed record StringValue : SandboxValue, IEquatable<SandboxValue>, IEquatable<StringValue>
- Inheritance
-
StringValue
- Implements
- Inherited Members
Constructors
StringValue(string)
public StringValue(string Value)
Parameters
Valuestring
Properties
Type
public override SandboxType Type { get; }
Property Value
Value
public string Value { get; init; }