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 protected static int GetDeclaringTypeOrMethodTypeParameterCount(
Object reference
)
Parameters
- reference
- Type: SystemObject
Return Value
Type:
Int32See Also