Summary
A delegate used to append the initializer for a field.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Base Types
-
- MulticastDelegate
graph BT
Type-->Base0["MulticastDelegate"]
Type["FieldBuilder.AppendInitializerMethod"]
class Type type-node
Syntax
public delegate void FieldBuilder.AppendInitializerMethod(StringBuilder text, int indent, Object value) :
MulticastDelegate