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 public string GetIdentifierText()
Return Value
Type:
StringSee Also