ElementBuilder.

AppendScript(StringBuilder, int) Method

Summary

Appends the declaration of this element in C# code to the specified `text`.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural.Scripting
Containing Type
ElementBuilder

Syntax

public abstract void AppendScript(StringBuilder text, int indent)

Parameters

Name Type Description
text StringBuilder
indent int

Return Value

Type Description
void