Summary
Appends the full name of the given type with underscores instead of any characters that wouldn't be valid
in a symbol name.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- CSharpProcedural
Syntax
public static void AppendUnderscoredFullName(StringBuilder text, Type type)
Parameters
| Name | Type | Description |
|---|---|---|
| text | StringBuilder | |
| type | Type |
Return Value
| Type | Description |
|---|---|
| void |