MethodDebugInformationHandleCollection.Enumerator Struktura

Definice

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

Vlastnosti

Current

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

Metody

MoveNext()

Posune enumerátor na další prvek kolekce.

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.

IEnumerator.Reset()

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

Platí pro