Click or drag to resize

CompileUnitAppendChild Method

Adds a Module as a child of CompilationUnit.

Namespace:  Syntactik.DOM
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public override void AppendChild(
	Pair child
)

Parameters

child
Type: Syntactik.DOMPair
See Also