Table of Contents

Struct LocalPathPattern

Namespace
TruePath
Assembly
TruePath.dll

An opaque pattern that may be checked if it corresponds to a local path.

This is a token type, created with an idea that it should be interpreted in usage-specific way by some external means.

public record struct LocalPathPattern : IEquatable<LocalPathPattern>
Implements
Inherited Members

Constructors

LocalPathPattern(string)

An opaque pattern that may be checked if it corresponds to a local path.

This is a token type, created with an idea that it should be interpreted in usage-specific way by some external means.

public LocalPathPattern(string Value)

Parameters

Value string

The pattern text. May be of various formats: say, a glob. This library doesn't dictate any particular format and gives no guarantees.

Properties

Value

The pattern text. May be of various formats: say, a glob. This library doesn't dictate any particular format and gives no guarantees.

public string Value { readonly get; set; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string

The pattern text contained in this object.