DirtyFlagMapTKey, TValueGetEnumerator Method

Quartz.NET 3.0 API Documentation
When implemented by a class, returns an IDictionaryEnumerator for the IDictionary.

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

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

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue
An IDictionaryEnumerator for the IDictionary.

Implements

IEnumerableTGetEnumerator
See Also

Reference