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 public bool IsGenericTypeOrConstructor { get; }
Property Value
Type:
BooleanSee Also