Share via


XmlNamespaceMappingCollection.ProtectedGetEnumerator Yöntem

Tanım

Genel IEnumerator<T> bir nesne döndürür.

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)

Döndürülenler

Genel IEnumerator<T> bir nesne.

Açıklamalar

Bu, uygulamalar için IEnumerable<T> korumalı bir üyedir.

Şunlara uygulanır

Ayrıca bkz.