Click or drag to resize

RankedDictionaryTKey, TValueReverse Method

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

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

Return Value

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