Summary
Appends 'Type'.`obj.ToString()`. Useful for enums.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- WeaverUtilities
Syntax
public static void AppendFriendlyFullName<T>(StringBuilder text, T obj)
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| text | StringBuilder | |
| obj | T |
Return Value
| Type | Description |
|---|---|
| void |