ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>.IEnumerable.GetEnumerator Metoda

Definice

Vrátí objekt IEnumerator , který projde kolekcí. Tuto metodu nelze zdědit.

 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

Návraty

IEnumerator

Enumerátor IEnumerator, který lze použít pro iteraci prostřednictvím kolekce

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Dá se použít jenom v případě, že ServiceModelExtensionCollectionElement<TServiceModelExtensionElement> je instance přetypování na IEnumerable rozhraní.

Platí pro