XmlNamespaceMappingCollection::IEnumerable<XmlNamespaceMapping^>::GetEnumerator Method ()
For a description of this member, see GetEnumerator.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: virtual IEnumerator<XmlNamespaceMapping^>^ GetEnumerator() sealed = IEnumerable<XmlNamespaceMapping^>::GetEnumerator
Return Value
Type: System.Collections.Generic::IEnumerator<XmlNamespaceMapping^>^An IEnumerator<T> object that can be used to iterate through the collection.
Implements
IEnumerable<T>::GetEnumerator()This member is an explicit interface member implementation. It can be used only when the XmlNamespaceMappingCollection instance is cast to an IEnumerable<T> interface.
.NET Framework
Available since 3.0
Available since 3.0
Show: