PatternContextRagged 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.

public ref class PatternContextRagged abstract : Microsoft::Extensions::FileSystemGlobbing::Internal::PatternContexts::PatternContext<Microsoft::Extensions::FileSystemGlobbing::Internal::PatternContexts::PatternContextRagged::FrameData>
public abstract class PatternContextRagged : Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext<Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData>
type PatternContextRagged = class
    inherit PatternContext<PatternContextRagged.FrameData>
Public MustInherit Class PatternContextRagged
Inherits PatternContext(Of PatternContextRagged.FrameData)
Inheritance
Derived

Constructors

Name Description
PatternContextRagged(IRaggedPattern)

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

Name Description
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.

(Inherited from PatternContext<TFrame>)

Properties

Name Description
Pattern

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

Name Description
CalculateStem(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.

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.

(Inherited from PatternContext<TFrame>)
IsEndingGroup()

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.

(Inherited from PatternContext<TFrame>)
IsStartingGroup()

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.

(Inherited from PatternContext<TFrame>)
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.

(Inherited from PatternContext<TFrame>)
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.

TestMatchingGroup(FileSystemInfoBase)

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.

TestMatchingSegment(String)

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