Class SandboxPathValue
public sealed record SandboxPathValue : SandboxValue, IEquatable<SandboxValue>, IEquatable<SandboxPathValue>
- Inheritance
-
SandboxPathValue
- Implements
- Inherited Members
Constructors
SandboxPathValue(SandboxPath)
public SandboxPathValue(SandboxPath Value)
Parameters
ValueSandboxPath
Properties
Type
public override SandboxType Type { get; }
Property Value
Value
public SandboxPath Value { get; init; }