ElementBuilder.

AppendFullName(StringBuilder) Method

Summary

Appends the full name of this element, including its Weaver.Editor.Procedural.Scripting.ElementBuilder.Parent (and any types and namespaces it is nested inside).
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural.Scripting
Containing Type
ElementBuilder

Syntax

public void AppendFullName(StringBuilder text)

Parameters

Name Type Description
text StringBuilder

Return Value

Type Description
void