Sdílet prostřednictvím


EntitySet<TEntity>.IEnumerable.GetEnumerator Metoda

Definice

Popis tohoto člena najdete v tématu GetEnumerator().

 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

Objekt IEnumerator , který lze použít k iteraci kolekcí.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v EntitySet<TEntity> případě, že je instance přetypovaná na System.Collections.IEnumerable rozhraní.

Platí pro