Interface IGlobBuilder Namespace: DotNet.Globbing Syntax public interface IGlobBuilder Properties Name Description Tokens Methods Name Description AnyCharacter() DirectoryWildcard(Nullable<PathSeparatorKind>, Nullable<PathSeparatorKind>) LetterInRange(Char, Char) LetterNotInRange(Char, Char) Literal(String) NotOneOf(Char[]) NumberInRange(Char, Char) NumberNotInRange(Char, Char) OneOf(Char[]) PathSeparator(PathSeparatorKind) ToGlob(GlobOptions) Wildcard()