Click or drag to resize

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

Property Value

Type: Boolean
See Also