Click or drag to resize

RankedMapTKey, TValueReverse Method

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

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

Return Value

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