Click or drag to resize

BTreeMapBaseKey, ValueItem Property

Given a lookup key, returns the corresponding value within the map or null if not found

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public Value this[
	Key key
] { get; set; }

Parameters

key
Type: Key
The lookup key

Return Value

Type: Value
The value matching the lookup key or null if not found
See Also