Click or drag to resize

RankedDictionaryTKey, TValueValueCollectionReverse Method

Returns an enumerator that iterates thru the dictionary values in reverse key order.

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

Return Value

Type: RankedDictionaryTKey, TValueValueCollectionEnumerator
An enumerator that reverse iterates thru the dictionary values.
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen the dictionary was modified after the enumerator was created.
See Also