Click or drag to resize

RankedMap<TKey, TValue>.Enumerator.GetEnumerator 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: IEnumerator<KeyValuePair<TKey, TValue>>
An iterator for this collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also