<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="10.0.6" />

Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext<TFrame>

public abstract class PatternContext<TFrame> : IPatternContext where TFrame : struct
This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
protected TFrame Frame

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

protected PatternContext()

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

public virtual void Declare(Action<IPathSegment, bool> declare)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

protected bool IsStackEmpty()

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

public virtual void PopDirectory()

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

protected void PushDataFrame(TFrame frame)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

public abstract void PushDirectory(DirectoryInfoBase directory)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

public abstract PatternTestResult Test(FileInfoBase file)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

public abstract bool Test(DirectoryInfoBase directory)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.