Class SandboxPath
public sealed record SandboxPath : IEquatable<SandboxPath>
- Inheritance
-
SandboxPath
- Implements
- Inherited Members
Constructors
SandboxPath(string)
public SandboxPath(string RelativePath)
Parameters
RelativePathstring
Properties
RelativePath
public string RelativePath { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.