Table of Contents

Class SandboxUri

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

Constructors

SandboxUri(string)

public SandboxUri(string Value)

Parameters

Value string

Properties

Value

public string Value { get; init; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.