GetEnumerator()

XmlNamedNodeMap::GetEnumerator() method

Provides support for iteration over the collection of nodes in the XmlNamedNodeMap.

SharedPtr<Collections::Generic::IEnumerator<SharedPtr<XmlNode>>> System::Xml::XmlNamedNodeMap::GetEnumerator() override

Return Value

An enumerator object.

See Also