Click or drag to resize

BTreeMapBase<Key, Value> Properties

The BTreeMapBase<Key, Value> generic type exposes the following members.

Properties
  NameDescription
Public propertyItem
Given a lookup key, returns the corresponding value within the map or null if not found
Public propertyTransientBatchSize
Get/Set the max batch size used in API such as AddFast(Key)
(Overrides BTreeBase<Key, Value>.TransientBatchSize.)
Public propertyValuePlacement
Set the value placement to be used for all value objects added to this. This setting is not persisted, it is mainly to be used with objects added with AddFast(Key, Value)
Public propertyValues
Gets a collection containing the values of this object
Top
See Also