TypeRefIsGenericType Property |
True if the type is a generic type (meaning that either it or an enclosing type has type arguments).
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public virtual bool IsGenericType { get; }
Property Value
Type:
BooleanSee Also