CachedReflectionFormatter.FormatNamespace Method
Overloads
Name | Description |
---|---|
Formats the specified MemberInfo's namespace. | |
Formats the specified namespace. | |
Formats the specified MemberInfo's namespace. | |
Formats the specified namespace. | |
Formats the specified MemberInfo's namespace. | |
Formats the specified namespace. |
FormatNamespace(MemberInfo)
Formats the specified MemberInfo's namespace.
Parameters
Name | Type | Description |
---|---|---|
member | The member. |
Returns
A string representing member
's namespace.
FormatNamespace(String)
Formats the specified namespace.
Parameters
Name | Type | Description |
---|---|---|
namespace | The namespace. |
Returns
A string representing namespace
.
FormatNamespace(StringBuilder, MemberInfo)
Formats the specified MemberInfo's namespace.
Parameters
Name | Type | Description |
---|---|---|
output | A StringBuilder to append a string representing | |
member | The member. |
FormatNamespace(StringBuilder, String)
Formats the specified namespace.
Parameters
Name | Type | Description |
---|---|---|
output | A StringBuilder to append a string representing | |
namespace | The namespace. |
FormatNamespace(TextWriter, MemberInfo)
Formats the specified MemberInfo's namespace.
Parameters
Name | Type | Description |
---|---|---|
output | A TextWriter to write a string representing | |
member | The member. |
FormatNamespace(TextWriter, String)
Formats the specified namespace.
Parameters
Name | Type | Description |
---|---|---|
output | A TextWriter to write a string representing | |
namespace | The namespace. |