Interface IGlobBuilder Namespace: DotNet.Globbing Assembly: DotNet.Glob.dll Syntax public interface IGlobBuilder Properties Name Description Tokens Methods Name Description AnyCharacter() DirectoryWildcard(PathSeparatorKind?, PathSeparatorKind?) LetterInRange(char, char) LetterNotInRange(char, char) Literal(string) NotOneOf(params char[]) NumberInRange(char, char) NumberNotInRange(char, char) OneOf(params char[]) PathSeparator(PathSeparatorKind) ToGlob(GlobOptions) Wildcard()