Share via


PatternContext<TFrame> Class

Definition

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.

generic <typename TFrame>
 where TFrame : value classpublic ref class PatternContext abstract : Microsoft::Extensions::FileSystemGlobbing::Internal::IPatternContext
public abstract class PatternContext<TFrame> : Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext where TFrame : struct
type PatternContext<'Frame (requires 'Frame : struct)> = class
    interface IPatternContext
Public MustInherit Class PatternContext(Of TFrame)
Implements IPatternContext

Type Parameters

TFrame
Inheritance
PatternContext<TFrame>
Derived
Implements

Constructors

PatternContext<TFrame>()

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.

Fields

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.

Methods

Declare(Action<IPathSegment,Boolean>)

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.

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.

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.

PushDataFrame(TFrame)

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.

PushDirectory(DirectoryInfoBase)

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.

Test(DirectoryInfoBase)

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.

Test(FileInfoBase)

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.

Applies to