Returns an enumerator for this node.
[Visual Basic] Overridable Public Function GetEnumerator() As XmlNodeEnumerator [C#] public virtual XmlNodeEnumerator GetEnumerator(); [C++] public: virtual XmlNodeEnumerator GetEnumerator(); [JScript] public function GetEnumerator() : XmlNodeEnumerator;
An enumerator for this node.
The returned enumerator iterates through the child nodes of this node in the order they appear in the child list. In languages that support it, the
See Also