Click or drag to resize

UnresolvedRefIsValidMethodGroupUsage Property

True if this UnresolvedRef represents a valid usage of a method group, such as inside a 'nameof' operator or a document comment reference.

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

Property Value

Type: Boolean
See Also