Méthode | Description | |
---|---|---|
ReadNext ( ) : string | ||
ReadNextOrThrow ( string expect ) : void |
Read next token and throw a ProtoFormatException if the token was not the specified.
|
|
TokenReader ( string text ) : System |
Méthode | Description | |
---|---|---|
GetChar ( ) : string |
public ReadNextOrThrow ( string expect ) : void | ||
expect | string | |
Résultat | void |
public TokenReader ( string text ) : System | ||
text | string | |
Résultat | System |