Click or drag to resize

RankedDictionaryTKey, TValueIEnumerableKeyValuePairTKey, TValueGetEnumerator Method

Gets an enumerator that iterates thru the dictionary.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
IEnumerator<KeyValuePair<TKey, TValue>> IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue
An enumerator for the dictionary.

Implements

IEnumerableTGetEnumerator
See Also