Table of Contents

Class SandboxPath

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

Constructors

SandboxPath(string)

public SandboxPath(string RelativePath)

Parameters

RelativePath string

Properties

RelativePath

public string RelativePath { 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.