Click or drag to resize

ParserNextToken Method

Get the next token, skipping comments (which are attached to the last token).

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Token NextToken()

Return Value

Type: Token
See Also