Click or drag to resize

TypeDeclIsGenericParameter Property

True if the type is a generic parameter.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool IsGenericParameter { get; }

Property Value

Type: Boolean

Implements

ITypeDeclIsGenericParameter
See Also