Class SandboxPath
Namespace: DotBoxD.Kernels.Sandbox
Assembly: DotBoxD.Kernels.dll
public sealed record SandboxPath : IEquatable<SandboxPath>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”SandboxPath(string)
Section titled “ SandboxPath(string)”public SandboxPath(string RelativePath)Parameters
Section titled “Parameters”RelativePath string
Properties
Section titled “Properties”RelativePath
Section titled “ RelativePath”public string RelativePath { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”ToString()
Section titled “ ToString()”Returns a string that represents the current object.
public override string ToString()Returns
Section titled “Returns”A string that represents the current object.