Click or drag to resize

RankedMapTKey, TValueIEnumerableKeyValuePairTKey, TValueGetEnumerator Method

Gets an enumerator that iterates thru the map.

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 map.

Implements

IEnumerableTGetEnumerator
See Also