JGR MSTS Editors and Tools
AppendChild Method (child)
NamespacesJgr.IO.ParserSimisTreeNodeAppendChild(SimisTreeNode)

[This is preliminary documentation and is subject to change.]

Creates a new SimisTreeNode with an extra child appended.
Declaration Syntax
C#Visual BasicVisual C++
public SimisTreeNode AppendChild(
	SimisTreeNode child
)
Public Function AppendChild ( _
	child As SimisTreeNode _
) As SimisTreeNode
public:
SimisTreeNode^ AppendChild(
	SimisTreeNode^ child
)
Parameters
child (SimisTreeNode)
The child to append.
Return Value
The new SimisTreeNode.

Assembly: JGR.IO.Parser (Module: JGR.IO.Parser) Version: 0.5.4008.31682