Sdílet prostřednictvím


Int32Collection.IEnumerable<Int32>.GetEnumerator Metoda

Definice

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

 virtual System::Collections::Generic::IEnumerator<int> ^ System.Collections.Generic.IEnumerable<System.Int32>.GetEnumerator() = System::Collections::Generic::IEnumerable<int>::GetEnumerator;
System.Collections.Generic.IEnumerator<int> IEnumerable<int>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Int32>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<int>
override this.System.Collections.Generic.IEnumerable<System.Int32>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<int>
Function GetEnumerator () As IEnumerator(Of Integer) Implements IEnumerable(Of Integer).GetEnumerator

Návraty

IEnumerator<Int32>

Objekt, IEnumerator<T> který lze použít pro iteraci prostřednictvím kolekce.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho Int32Collection použít pouze v případě, že je instance přetypována do IEnumerable<T> rozhraní.

Platí pro