Click or drag to resize

ParserHasUnusedExpressionNonDirective Property

Returns true if the last Unused item is a valid Expression or a token that is an identifier, 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
C#
public bool HasUnusedExpressionNonDirective { get; }

Property Value

Type: Boolean
See Also