C# 클래스 Candor.LexicalCharacterSetExtensions

Extension methods for LexicalCharacterSet and LexicalCharacterSetType
파일 보기 프로젝트 열기: michael-lang/candor-common

공개 메소드들

메소드 설명
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