SymbolicRefGetDescription Method |
Name | Description | |
---|---|---|
![]() | GetDescription |
Get a short text description of the CodeObject.
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.
(Inherited from CodeObject.) |
![]() ![]() | GetDescription(Object) | |
![]() ![]() | GetDescription(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.
|
![]() ![]() | GetDescription(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.
|