WildcardPathSegment Class¶
- Namespace
Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments- Assemblies
- Microsoft.Extensions.FileSystemGlobbing
Syntax¶
public class WildcardPathSegment : IPathSegment
-
class
Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment
Constructors¶
-
WildcardPathSegment(System.String, System.Collections.Generic.List<System.String>, System.String, System.StringComparison)¶ public WildcardPathSegment(string beginsWith, List<string> contains, string endsWith, StringComparison comparisonType)
-
Properties¶
-
Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.BeginsWith¶ Return type: System.String public string BeginsWith { get; }
-
Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.CanProduceStem¶ Return type: System.Boolean public bool CanProduceStem { get; }
-
Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.Contains¶ Return type: System.Collections.Generic.List<System.String> public List<string> Contains { get; }
-
Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.EndsWith¶ Return type: System.String public string EndsWith { get; }
-
Fields¶
-
MatchAll()¶ Return type: Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment public static readonly WildcardPathSegment MatchAll
-