IRaggedPattern Interface

Namespace
Microsoft.Extensions.FileSystemGlobbing.Internal
Assemblies
  • Microsoft.Extensions.FileSystemGlobbing

Syntax

public interface IRaggedPattern : IPattern
interface Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern

Properties

Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.Contains
Return type:System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment>>
IList<IList<IPathSegment>> Contains { get; }
Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.EndsWith
Return type:System.Collections.Generic.IList<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment>
IList<IPathSegment> EndsWith { get; }
Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.Segments
Return type:System.Collections.Generic.IList<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment>
IList<IPathSegment> Segments { get; }
Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.StartsWith
Return type:System.Collections.Generic.IList<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment>
IList<IPathSegment> StartsWith { get; }