DoubleCollection.Enumerator Struktura

Definice

Výčty Double položek v souboru DoubleCollection.

public: value class DoubleCollection::Enumerator : System::Collections::Generic::IEnumerator<double>
public struct DoubleCollection.Enumerator : System.Collections.Generic.IEnumerator<double>
type DoubleCollection.Enumerator = struct
    interface IEnumerator<double>
    interface IDisposable
    interface IEnumerator
type DoubleCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<double>
    interface IDisposable
type DoubleCollection.Enumerator = struct
    interface IEnumerator<double>
    interface IEnumerator
    interface IDisposable
Public Structure DoubleCollection.Enumerator
Implements IEnumerator(Of Double)
Dědičnost
DoubleCollection.Enumerator
Implementuje

Vlastnosti

Current

Získá aktuální prvek v kolekci.

Metody

MoveNext()

Přejde výčet na další prvek v kolekci.

Reset()

Obnoví enumerátor na jeho počáteční pozici, což je před prvním prvkem v kolekci.

Explicitní implementace rozhraní

IDisposable.Dispose()

Tento typ nebo člen podporuje infrastrukturu Windows Presentation Foundation (WPF) a není určena k použití přímo z kódu.

IEnumerator.Current

Tento typ nebo člen podporuje infrastrukturu Windows Presentation Foundation (WPF) a není určena k použití přímo z kódu.

Platí pro