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

System.Xml.XmlNode.GetEnumerator Method

Gets an enumerator over the children of the node.

public IEnumerator GetEnumerator ()

Returns

An enumerator over the children of this node.

Remarks

This is equivalent to calling ChildNodes.GetEnumerator().

Requirements

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