XdsUtilremoveAllChildren Method |
Remove all of the child nodes of an XmlNode.
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void removeAllChildren(
XmlNode parent
)
Public Shared Sub removeAllChildren (
parent As XmlNode
)
public:
static void removeAllChildren(
XmlNode^ parent
)
static member removeAllChildren :
parent : XmlNode -> unit
Parameters
- parent
- Type: System.XmlXmlNode
The node whose children are to be removed.
See Also