C# Class Fanx.Util.TypeParser.Tokenizer

Show file Open project: xored/f4

Public Methods

Method Description
IsIdChar ( int ch ) : bool

Is the specified char a valid name identifier character.

Private Methods

Method Description
Tokenizer ( ) : System.Collections

Method Details

IsIdChar() public static method

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