RecursiveWildcardSegment Class

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

Syntax

public class RecursiveWildcardSegment : IPathSegment
class Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment

Properties

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

Methods

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