Class UnitValue
Namespace: DotBoxD.Kernels.Sandbox
Assembly: DotBoxD.Kernels.dll
public sealed record UnitValue : SandboxValue, IEquatable<SandboxValue>, IEquatable<UnitValue>Inheritance
Section titled “Inheritance”object ← SandboxValue ← UnitValue
Implements
Section titled “Implements”IEquatable<SandboxValue>, IEquatable<UnitValue>
Inherited Members
Section titled “Inherited Members”SandboxValue.Unit, SandboxValue.Type, SandboxValue.FromBool(bool), SandboxValue.FromInt32(int), SandboxValue.FromInt64(long), SandboxValue.FromDouble(double), SandboxValue.FromString(string), SandboxValue.FromGuid(Guid), SandboxValue.FromOpaqueId(string, string), SandboxValue.FromPath(string), SandboxValue.FromUri(string), SandboxValue.FromList(IReadOnlyList<SandboxValue>), SandboxValue.FromList(IReadOnlyList<SandboxValue>, SandboxType), SandboxValue.FromMap(IReadOnlyDictionary<SandboxValue, SandboxValue>, SandboxType, SandboxType), SandboxValue.FromRecord(IReadOnlyList<SandboxValue>), object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Section titled “Properties”public override SandboxType Type { get; }