SymbolicRefGetDescription Method (MemberInfo) |
Get a short text description of the specified MemberInfo.
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(
MemberInfo memberInfo
)
Parameters
- memberInfo
- Type: System.ReflectionMemberInfo
Return Value
Type:
StringSee Also