Summary
Appends the full name of a `member` as it would appear in C# code.
For example, passing this method info in as its own parameter would append "
InspectorGadgets.IGUtils
.AppendName".
Note that when `member` is a
System.Type
, this method calls
InspectorGadgets.IGUtils.GetNameCS(System.Type,System.Boolean)
instead.
Syntax
public static StringBuilder AppendNameCS(this StringBuilder text, MemberInfo member, bool fullName = true)
Parameters
Name |
Type |
Description |
text |
StringBuilder |
|
member |
MemberInfo |
|
fullName |
bool |
|
Return Value
Type |
Description |
StringBuilder |
|