XmlNamespaceMappingCollection.ProtectedGetEnumerator Method

Definition

Returns a generic IEnumerator<T> object.

protected:
 System::Collections::Generic::IEnumerator<System::Windows::Data::XmlNamespaceMapping ^> ^ ProtectedGetEnumerator();
protected System.Collections.Generic.IEnumerator<System.Windows.Data.XmlNamespaceMapping> ProtectedGetEnumerator ();
member this.ProtectedGetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Data.XmlNamespaceMapping>
Protected Function ProtectedGetEnumerator () As IEnumerator(Of XmlNamespaceMapping)
Protected Iterator Function ProtectedGetEnumerator () As IEnumerator(Of XmlNamespaceMapping)

Returns

A generic IEnumerator<T> object.

Remarks

This is a protected member that is for IEnumerable<T> implementations.

Applies to

See also