Click or drag to resize

BTreeMapBaseKey, ValueLastValue Method

Returns the last value in this map.

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public Value LastValue()

Return Value

Type: Value
The last value in the collection according to the sort order used
See Also