Mono Class Library: System.Xml.XmlNode Overview | MembersSystem.Xml.XmlNode.CloneNode Method |
Creates a clone of the node. [Edit]
|
- deep
- True to create a deep clone, or false to create a shallow clone. [Edit]
A clone of the node. [Edit]
If deep is true, all descendents of the new node are copies of their counterpart descendents in the original node. Otherwise, the children of the cloned node are the same objects as the children of the original. [Edit]
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0