Click or drag to resize

AliasTypeParameterCount Property

Get the number of TypeParameters in the aliased type (if any).

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

Property Value

Type: Int32

Implements

ITypeDeclTypeParameterCount
See Also