ParserGetLastUnusedNonDirective Method |
Get the last parsed object in the Unused list (Token or UnusedCodeObject),
skipping over any compiler directives if a non-compiler directive exists.
Namespace:
Nova.Parsing
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected ParsedObject GetLastUnusedNonDirective(
int offset = 0
)
Parameters
- offset (Optional)
- Type: SystemInt32
Return Value
Type:
ParsedObjectSee Also