PropertyEntryCollection.IEnumerable.GetEnumerator Metoda

Definicja

IEnumerator Zwraca obiekt, który iteruje wszystkie PropertyEntry wystąpienia w tej kolekcji.

 virtual System::Collections::IEnumerator ^ System.Collections.IEnumerable.GetEnumerator() = System::Collections::IEnumerable::GetEnumerator;
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator

Zwraca

Obiekt IEnumerator , który może służyć do iterowania po kolekcji PropertyEntry wystąpień.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy PropertyEntryCollection wystąpienie jest rzutowe do interfejsu IEnumerable .

Dotyczy