System::Xml::XmlNamedNodeMap::GetEnumerator method

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

ReturnValue

An enumerator object.

See Also