Click or drag to resize

ParserPeekNextTokenText Method

Peek at the next token, and return the text (avoids a null ref check).

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

Return Value

Type: String
See Also