Method | 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 |
Method | Description | |
---|---|---|
GetChar ( ) : string |
public ReadNextOrThrow ( string expect ) : void | ||
expect | string | |
return | void |