Click or drag to resize
RedBlackBSTKey, Value Properties

The RedBlackBSTKey, 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 the BST (for debugging).
Public propertyIsEmpty
Is this symbol table empty?
Public propertyItem
Indexer wrapping Get and Put for convenient syntax
Public propertyMax
Returns the largest key in the symbol table.
Public propertyMin
Returns the smallest key in the symbol table.
Top
See Also