BTreeMapBaseKey, ValueLast Method |
Returns the last KeyValue object in this set.
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public KeyValuePair<Key, Value> Last()
Public Function Last As KeyValuePair(Of Key, Value)
public:
KeyValuePair<Key, Value> Last()
member Last : unit -> KeyValuePair<'Key, 'Value>
Return Value
Type:
KeyValuePairKey,
ValueThe last KeyValue in the collection according to the sort order used
See Also