Click or drag to resize

RankedDictionaryTKey, TValueKeyCollectionEnumeratorIEnumerableGetEnumerator Method

Gets an iterator for this collection.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
IEnumerator IEnumerable.GetEnumerator()

Return Value

Type: IEnumerator
An iterator for this collection.

Implements

IEnumerableGetEnumerator
See Also