AppendChild

Node.AppendChild method

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

public Node AppendChild(Node node)
ParameterTypeDescription
nodeNode

See Also