Property CurrentToken
CurrentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token following this token will (therefore) be the first error token.
Declaration
public Token CurrentToken { get; set; }
Property Value
Type | Description |
---|---|
Token |