NamespaceBuilder.

AppendScript(StringBuilder, int) Method

Summary

Appends the declaration of this namespace in C# code to the specified `text`.

Syntax

public override void AppendScript(StringBuilder text, int indent)

Parameters

Name Type Description
text StringBuilder
indent int

Return Value

Type Description
void