Struct SearchPathSetup
public readonly record struct SearchPathSetup : IEquatable<SearchPathSetup>
- Implements
- Inherited Members
Properties
DefaultExt
public string DefaultExt { get; init; }
Property Value
DefaultPath
public string DefaultPath { get; init; }
Property Value
ExtVar
public string ExtVar { get; init; }
Property Value
PathVar
public string PathVar { get; init; }