Click or drag to resize

RankedDictionaryTKey, TValueGetEnumerator Method

Gets an enumerator that iterates thru the dictionary.

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

Return Value

Type: RankedDictionaryTKey, TValueEnumerator
An enumerator for the dictionary.
See Also