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

System.Xml.XmlNode.AppendChild Method

Add a given node as a child of this one. [Edit]

public virtual XmlNode AppendChild (XmlNode newChild)

Parameters

newChild
The node to add as a child. [Edit]

Returns

The child node. [Edit]

Remarks

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

Requirements

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