Summary
Appends code to set the attributed member to the specified `value`.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural - Containing Type
- Injector
Script Builder
Syntax
public void AppendSetValue(StringBuilder text, int indent, InjectionAttribute attribute, string value = "obj")
Parameters
| Name | Type | Description |
|---|---|---|
| text | StringBuilder | |
| indent | int | |
| attribute | InjectionAttribute | |
| value | string |
Return Value
| Type | Description |
|---|---|
| void |