Click or drag to resize

ParserLastUnused Property

Get the last parsed object in the Unused list (Token or UnusedCodeObject).

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

Property Value

Type: ParsedObject
See Also