CachedReflectionFormatter.Format Method
Overloads
Name | Description |
---|---|
Formats the specified MemberInfo. | |
Formats the specified MemberInfo. | |
Formats the specified MemberInfo. |
Format(MemberInfo)
Formats the specified MemberInfo.
public string Format(MemberInfo member);
Parameters
Name | Type | Description |
---|---|---|
member | The member. |
Returns
A string representing member
.
Format(StringBuilder, MemberInfo)
Formats the specified MemberInfo.
public void Format(StringBuilder output, MemberInfo member);
Parameters
Name | Type | Description |
---|---|---|
output | A StringBuilder to append a string representing | |
member | The member. |
Format(TextWriter, MemberInfo)
Formats the specified MemberInfo.
public void Format(TextWriter output, MemberInfo member);
Parameters
Name | Type | Description |
---|---|---|
output | A TextWriter to write a string representing | |
member | The member. |
Last modified: 17 December 2024