Click or drag to resize

BTreeMapBaseKey, Value Properties

The BTreeMapBaseKey, 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 BTreeBaseKey, ValueTransientBatchSize.)
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