EventData.Enumerator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A struct that represents an Enumerator
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))
- Inheritance
-
EventData.Enumerator
- Implements
Properties
Current |
Current keyvalue pair. |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
MoveNext() | Advances the enumerator to the next element of the collection. |
Explicit Interface Implementations
IEnumerator.Current | |
IEnumerator.Reset() |