DirtyFlagMap TKey, TValue  GetEnumerator Method Quartz.NET API Documentation
When implemented by a class, returns an IDictionaryEnumerator for the IDictionary.

Namespace: Quartz.Util
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

Type: IEnumerator KeyValuePair TKey, TValue  
An IDictionaryEnumerator for the IDictionary.

Implements

IEnumerable T  GetEnumerator 
See Also