Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlNamespaceMappingCollection::IEnumerable<XmlNamespaceMapping^>::GetEnumerator Method ()

 

For a description of this member, see GetEnumerator.

Namespace:   System.Windows.Data
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.

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
Return to top
Show:
© 2017 Microsoft