 | RankedMapTKey, TValueLast Method |
Gets the element with the highest sorted key in the map.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntaxpublic KeyValuePair<TKey, TValue> Last()
Return Value
Type:
KeyValuePairTKey,
TValueThe element with the highest sorted key in the map.
Exceptions
RemarksThis is a O(1) operation.
See Also