Click or drag to resize

RankedMapTKey, TValueValueCollectionEnumeratorGetEnumerator Method

Gets an iterator for this collection.

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

Return Value

Type: IEnumeratorTValue
An iterator for this collection.

Implements

IEnumerableTGetEnumerator
See Also