Click or drag to resize

TypeDeclIsGenericType 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
C#
public virtual bool IsGenericType { get; }

Property Value

Type: Boolean

Implements

ITypeDeclIsGenericType
See Also