IPathSegment Interface

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

Syntax

public interface IPathSegment
interface Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment

Properties

Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment.CanProduceStem
Return type:System.Boolean
bool CanProduceStem { get; }

Methods

Match(System.String)
Return type:System.Boolean
bool Match(string value)