TypeParameterRefGetDeclaringTypeOrMethodName Method (Object) |
Get the name 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 string GetDeclaringTypeOrMethodName(
Object reference
)
Parameters
- reference
- Type: SystemObject
Return Value
Type:
StringSee Also