DoubleCollection.Enumerator Struktura

Definicja

Double Wylicza elementy w obiekcie 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)
Dziedziczenie
DoubleCollection.Enumerator
Implementuje

Właściwości

Current

Pobiera bieżący element w kolekcji.

Metody

MoveNext()

Rozwija moduł wyliczający do następnego elementu w kolekcji.

Reset()

Resetuje moduł wyliczający do początkowej pozycji, która znajduje się przed pierwszym elementem w kolekcji.

Jawne implementacje interfejsu

IDisposable.Dispose()

Ten typ lub element członkowski obsługuje infrastrukturę Windows Presentation Foundation (WPF) i nie jest przeznaczony do użycia bezpośrednio z kodu.

IEnumerator.Current

Ten typ lub element członkowski obsługuje infrastrukturę Windows Presentation Foundation (WPF) i nie jest przeznaczony do użycia bezpośrednio z kodu.

Dotyczy