Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Fanx
Util
TypeParser.Tokenizer
C# Class Fanx.Util.TypeParser.Tokenizer
Mostrar archivo
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