| TSTValue Properties |
The TSTValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Returns the number of key-value pairs in this symbol table. | |
| Item |
Indexer wrapping Get and Put for convenient syntax
| |
| Keys |
Returns all keys in the symbol table as an Iterable.
To iterate over all of the keys in the symbol table named st,
use the foreach notation: foreach (Key key in st.Keys). |