Table of Contents

Class SandboxPathValue

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

Constructors

SandboxPathValue(SandboxPath)

public SandboxPathValue(SandboxPath Value)

Parameters

Value SandboxPath

Properties

Type

public override SandboxType Type { get; }

Property Value

SandboxType

Value

public SandboxPath Value { get; init; }

Property Value

SandboxPath