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