C# 클래스 Fanx.Util.TypeParser.Tokenizer

파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
IsIdChar ( int ch ) : bool

Is the specified char a valid name identifier character.

비공개 메소드들

메소드 설명
Tokenizer ( ) : System.Collections

메소드 상세

IsIdChar() 공개 정적인 메소드

Is the specified char a valid name identifier character.
public static IsIdChar ( int ch ) : bool
ch int
리턴 bool