CepObjectReadOnlyDictionary<T>.GetEnumerator Method
Returns an enumerator that iterates through the collection.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public IEnumerator<KeyValuePair<string, T>> GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<KeyValuePair<String, T>>
An IEnumerator<T> object.
Implements
IEnumerable<T>.GetEnumerator()