Click or drag to resize

RankedMapTKey, TValueEnumeratorGetEnumerator Method

Gets an iterator for this collection.

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

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue
An iterator for this collection.

Implements

IEnumerableTGetEnumerator
See Also