ParserHasUnusedTypeRefAndExpressionNonDirective Property |
Return true if the last 2 unused items are a TypeRef or possible TypeRef followed by an Expression,
skipping over any compiler directives.
Namespace:
Nova.Parsing
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public bool HasUnusedTypeRefAndExpressionNonDirective { get; }
Property Value
Type:
BooleanSee Also