Method NextToken
NextToken()
Parses the next token from this tokenizer's source stream or reader. The type of the token is stored in the TokenType field, additional information may be stored in the NumberValue or StringValue fields.
Declaration
public int NextToken()
Returns
Type | Description |
---|---|
System.Int32 | The value of TokenType. |