Click or drag to resize

RankedMapTKey, TValueKeyCollectionReverse Method

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

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

Return Value

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