C# Class Fanx.Util.TypeParser.Tokenizer

Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
IsIdChar ( int ch ) : bool

Is the specified char a valid name identifier character.

Private Methods

Méthode Description
Tokenizer ( ) : System.Collections

Method Details

IsIdChar() public static méthode

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