Summary
Appends "null" for classes or "default(type)" for structs.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- CSharpProcedural
Syntax
public static void AppendDefault(StringBuilder text, Type type)
Parameters
| Name | Type | Description |
|---|---|---|
| text | StringBuilder | |
| type | Type |
Return Value
| Type | Description |
|---|---|
| void |