C# Класс Candor.LexicalCharacterSetExtensions

Extension methods for LexicalCharacterSet and LexicalCharacterSetType
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ToCharacterSet() публичный статический метод

Casts the enumeration value of known types into the matching character set.
public static ToCharacterSet ( this knownType ) : LexicalCharacterSet
knownType this
Результат LexicalCharacterSet

ToCharacterSet() публичный статический метод

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
Результат LexicalCharacterSet