Click or drag to resize

ParserGetIdentifierText Method

Get the text of the current token if it's an identifier, otherwise return null; also, advance to the next token. Does NOT return the '@' verbatim prefix if there was one.

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

Return Value

Type: String
See Also