Click or drag to resize

RankedMapTKey, TValueValueCollectionGetEnumerator Method

Gets an enumerator that iterates thru the collection.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
public RankedMapTKey, TValueValueCollectionEnumerator GetEnumerator()

Return Value

Type: RankedMapTKey, TValueValueCollectionEnumerator
An enumerator for the collection.
See Also