Table of Contents

Class I32Value

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

Constructors

I32Value(int)

public I32Value(int Value)

Parameters

Value int

Properties

Type

public override SandboxType Type { get; }

Property Value

SandboxType

Value

public int Value { get; init; }

Property Value

int