XmlNamespaceMappingCollection.ProtectedGetEnumerator Metod

Definition

Returnerar ett allmänt IEnumerator<T> objekt.

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)

Returer

Ett allmänt IEnumerator<T> objekt.

Kommentarer

Det här är en skyddad medlem som är avsedd för IEnumerable<T> implementeringar.

Gäller för

Se även