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

System.Xml.XmlNode.GetEnumerator Method

Gets an enumerator over the children of the node. [Edit]

public IEnumerator GetEnumerator ()

Returns

An enumerator over the children of this node. [Edit]

Remarks

This is equivalent to calling ChildNodes.GetEnumerator(). [Edit]

Requirements

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