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 Function LastValue As Value
public:
Value LastValue()
member LastValue : unit -> 'Value
Return Value
Type:
ValueThe last value in the collection according to the sort order used
See Also