Метод | Описание | |
---|---|---|
IsEOS ( ) : bool | ||
Peek ( ) : char | ||
ReadCqlType ( ) : CqlType | ||
ReadNextChar ( ) : char | ||
ReadNextIdentifier ( bool expandNamespace = true ) : String | ||
SkipBlank ( ) : void | ||
SkipBlankAndComma ( ) : bool |
Skips the blanks and a single comma.
|
|
TypeParser ( string typeName ) : System |
Метод | Описание | |
---|---|---|
IsBlank ( char c ) : bool | ||
IsIdentifierChar ( char c ) : bool |
public ReadNextIdentifier ( bool expandNamespace = true ) : String | ||
expandNamespace | bool | |
Результат | String |
public TypeParser ( string typeName ) : System | ||
typeName | string | |
Результат | System |