XmlNamespaceMappingCollection.ProtectedGetEnumerator 메서드

정의

제네릭 IEnumerator<T> 개체를 반환합니다.

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)

반품

제네릭 IEnumerator<T> 개체입니다.

설명

이 멤버는 구현을 위한 IEnumerable<T> 보호된 멤버입니다.

적용 대상

추가 정보