Int32Collection.Enumerator Struktura

Definice

Výčty Int32 položek v souboru 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)
Dědičnost
Int32Collection.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