Click or drag to resize

ParserLastUnusedCodeObject Property

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

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

Property Value

Type: CodeObject
See Also