Click or drag to resize

ResolverIsGenericTypeOrConstructor Property

Returns true if the reference being resolved has type arguments and is for a type or constructor, otherwise false.

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

Property Value

Type: Boolean
See Also