Sdílet prostřednictvím


DoubleCollection.IEnumerable<Double>.GetEnumerator Metoda

Definice

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

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

Návraty

IEnumerator<Double>

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 DoubleCollection použít pouze v případě, že je instance přetypována do IEnumerable<T> rozhraní.

Platí pro