SymbolicRefGetDescription Method (MemberReference) |
Get a short text description of the specified
MemberReference.
This is generally the shortest text representation that uniquely identifies objects, even if
they have the same name, for example: type or return type, name, type parameters, parameters.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static string GetDescription(
MemberReference memberReference
)
Parameters
- memberReference
- Type: Mono.CecilMemberReference
Return Value
Type:
StringSee Also