Click or drag to resize

TypeParameterRefGetDeclaringTypeOrMethodTypeParameterCount Method (Object)

Get the type parameter count of the declaring generic type or method for the specified type parameter (TypeParameter or Type).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected static int GetDeclaringTypeOrMethodTypeParameterCount(
	Object reference
)

Parameters

reference
Type: SystemObject

Return Value

Type: Int32
See Also