Table of Contents

Class StringValue

Namespace
DotBoxD.Kernels.Sandbox
Assembly
DotBoxD.Kernels.dll
public sealed record StringValue : SandboxValue, IEquatable<SandboxValue>, IEquatable<StringValue>
Inheritance
StringValue
Implements
Inherited Members

Constructors

StringValue(string)

public StringValue(string Value)

Parameters

Value string

Properties

Type

public override SandboxType Type { get; }

Property Value

SandboxType

Value

public string Value { get; init; }

Property Value

string