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

Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged

public abstract class PatternContextRagged : PatternContext<FrameData>
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 struct FrameData

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 IRaggedPattern Pattern { get; }

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.

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 string CalculateStem(FileInfoBase matchedFile)

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

protected bool 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.

protected bool TestMatchingGroup(FileSystemInfoBase value)

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 TestMatchingSegment(string value)

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.