C# Class Candor.LexicalCharacterSetExtensions

Extension methods for LexicalCharacterSet and LexicalCharacterSetType
Afficher le fichier Open project: michael-lang/candor-common

Méthodes publiques

Méthode Description
ToCharacterSet ( this knownType ) : LexicalCharacterSet

Casts the enumeration value of known types into the matching character set.

ToCharacterSet ( this knownType, String matching, bool ignoreCase ) : LexicalCharacterSet

Casts the enumeration value of known types into the matching character set.

Method Details

ToCharacterSet() public static méthode

Casts the enumeration value of known types into the matching character set.
public static ToCharacterSet ( this knownType ) : LexicalCharacterSet
knownType this
Résultat LexicalCharacterSet

ToCharacterSet() public static méthode

Casts the enumeration value of known types into the matching character set.
public static ToCharacterSet ( this knownType, String matching, bool ignoreCase ) : LexicalCharacterSet
knownType this
matching String
ignoreCase bool
Résultat LexicalCharacterSet