Table of Contents

Class I64Value

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

Constructors

I64Value(long)

public I64Value(long Value)

Parameters

Value long

Properties

Type

public override SandboxType Type { get; }

Property Value

SandboxType

Value

public long Value { get; init; }

Property Value

long