Mono Class Library: System.Xml.XmlNode Overview | Members

System.Xml.XmlNode.AppendChild Method

Add a given node as a child of this one.

public virtual XmlNode AppendChild (XmlNode newChild)

Parameters

newChild
The node to add as a child.

Returns

The child node.

Remarks

If the newChild is already a child of some node, then that relationship will be destroyed by this operation.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0