Click or drag to resize

RankedMapTKey, 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#
public RankedMapTKey, TValueEnumerator GetEnumerator()

Return Value

Type: RankedMapTKey, TValueEnumerator
An enumerator for the map.
See Also