Int32Collection.Enumerator Struktura

Definicja

Int32 Wylicza elementy w obiekcie Int32Collection.

public: value class Int32Collection::Enumerator : System::Collections::Generic::IEnumerator<int>
public struct Int32Collection.Enumerator : System.Collections.Generic.IEnumerator<int>
type Int32Collection.Enumerator = struct
    interface IEnumerator<int>
    interface IDisposable
    interface IEnumerator
type Int32Collection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<int>
    interface IDisposable
type Int32Collection.Enumerator = struct
    interface IEnumerator<int>
    interface IEnumerator
    interface IDisposable
Public Structure Int32Collection.Enumerator
Implements IEnumerator(Of Integer)
Dziedziczenie
Int32Collection.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