GetEnumerator()

XmlNamespaceManager::GetEnumerator() method

Returns an enumerator to use to iterate through the namespaces in the XmlNamespaceManager.

SharedPtr<Collections::Generic::IEnumerator<String>> System::Xml::XmlNamespaceManager::GetEnumerator() override

Return Value

An IEnumerator containing the prefixes stored by the XmlNamespaceManager.

See Also