Click or drag to resize

RankedDictionaryTKey, TValueKeyCollectionReverse Method

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

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

Return Value

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