Click or drag to resize

RankedDictionaryTKey, TValueValueCollectionIEnumerableTValueGetEnumerator Method

Gets an enumerator that iterates thru the collection.

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

Return Value

Type: IEnumeratorTValue
An enumerator for the collection.

Implements

IEnumerableTGetEnumerator
See Also