Table of Contents

Class SandboxUriValue

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

Constructors

SandboxUriValue(SandboxUri)

public SandboxUriValue(SandboxUri Value)

Parameters

Value SandboxUri

Properties

Type

public override SandboxType Type { get; }

Property Value

SandboxType

Value

public SandboxUri Value { get; init; }

Property Value

SandboxUri