Click or drag to resize
BTreeKey, Value Properties

The BTreeKey, Value generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of key-value pairs in this symbol table.
Public propertyHeight
Returns the height of this B-tree (for debugging).
Public propertyIsEmpty
Returns true if this symbol table is empty.
Public propertyItem
Indexer wrapping Get and Put for convenient syntax
Top
See Also