EventData.Enumerator Estructura

Definición

Estructura que representa un enumerador

public: value class EventData::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public struct EventData.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,object>>
type EventData.Enumerator = struct
    interface IEnumerator<KeyValuePair<string, obj>>
    interface IEnumerator
    interface IDisposable
Public Structure EventData.Enumerator
Implements IEnumerator(Of KeyValuePair(Of String, Object))
Herencia
EventData.Enumerator
Implementaciones

Propiedades

Current

Par clavevalor actual.

Métodos

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

MoveNext()

Advances the enumerator to the next element of the collection.

Implementaciones de interfaz explícitas

IEnumerator.Current
IEnumerator.Reset()

Se aplica a