Click or drag to resize

RankedMapTKey, TValueKeyCollectionLast Method

Gets the maximum key in the map per the comparer.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
public TKey Last()

Return Value

Type: TKey
The maximum key in the map.
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen Count is zero.
Remarks
This is a O(1) operation.
See Also