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 public Token NextToken(
bool includeComments
)
Parameters
- includeComments
- Type: SystemBoolean
True if comments shouldn't be skipped.
Return Value
Type:
TokenSee Also