SequencePointCollection.Enumerator Struktura

Definice

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

Vlastnosti

Current

Získá prvek v kolekci na aktuální pozici enumerátoru.

Metody

MoveNext()

Přejde enumerátor na další prvek kolekce.

Reset()

Nastaví enumerátor na počáteční pozici, která je před prvním prvkem v kolekci.

Explicitní implementace rozhraní

IDisposable.Dispose()

Provede aplikací definované úlohy spojené s uvolněním nebo resetováním nespravovaných prostředků.

IEnumerator.Current

Získá prvek v kolekci na aktuální pozici enumerátoru.

Platí pro