Click or drag to resize

ParserHasUnusedTypeRefAndExpression Property

Return true if the last 2 unused items are a TypeRef or possible TypeRef followed by an Expression.

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

Property Value

Type: Boolean
See Also