Summary
A method which takes the following parameters and appends an appropriate field initializer:
(
System.Text.StringBuilder
text, int
indent, System.Object
value).
By default, Weaver.Editor.Procedural.Scripting.CSharpProcedural.GetInitializer(System.Object)
will be used.
Note that this delegate is called immediately after the field name and before the semicolon, so it must
begin with " = " to assign a value and should not append a semicolon at the end.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- FieldBuilder
Syntax
public FieldBuilder.AppendInitializerMethod AppendInitializer { get; set; }
Value
Type | Description |
---|---|
FieldBuilder |