AppendChild

Node.AppendChild method

Adds the node newChild to the end of the list of children of this node.

public Node AppendChild(Node node)
Parameter Type Description
node Node

See Also