Click or drag to resize

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
C#
protected static string GetDeclaringTypeOrMethodName(
	Object reference
)

Parameters

reference
Type: SystemObject

Return Value

Type: String
See Also