ITypeDeclIsGenericType Property |
True if the type is a generic type (meaning that either it or an enclosing type has type parameters,
and it's not an enum).
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax bool IsGenericType { get; }
Property Value
Type:
BooleanSee Also