Click or drag to resize

RankedMapTKey, TValueValueCollectionReverse Method

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

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

Return Value

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