Sdílet prostřednictvím


EventDefinitionHandleCollection.Enumerator Struktura

Definice

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

Vlastnosti

Name Description
Current

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

Metody

Name Description
MoveNext()

Posune enumerátor na další prvek kolekce.

Explicitní implementace rozhraní

Name Description
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