Метод | Описание | |
---|---|---|
ReadNext ( ) : string | ||
ReadNextOrThrow ( string expect ) : void |
Read next token and throw a ProtoFormatException if the token was not the specified.
|
|
TokenReader ( string text ) : System |
Метод | Описание | |
---|---|---|
GetChar ( ) : string |
public ReadNextOrThrow ( string expect ) : void | ||
expect | string | |
Результат | void |
public TokenReader ( string text ) : System | ||
text | string | |
Результат | System |