Click or drag to resize

ParserLastUnusedToken Property

Get the last parsed object in the Unused list as a Token (null if none, or not a Token).

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Token LastUnusedToken { get; }

Property Value

Type: Token
See Also