| BSTKey, Value Properties |
The BSTKey, Value generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Returns the number of key-value pairs in this symbol table. | |
| IsEmpty |
Returns true if this symbol table is empty. | |
| Item |
Indexer wrapping Get and Put for convenient syntax
| |
| Max |
Returns the largest key in the symbol table. | |
| Min |
Returns the smallest key in the symbol table. |