Click or drag to resize

ParserNextToken Method (Boolean)

Get the next token, optionally including comments.

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

Parameters

includeComments
Type: SystemBoolean
True if comments shouldn't be skipped.

Return Value

Type: Token
See Also