Click or drag to resize
TSTValue Properties

The TSTValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of key-value pairs in this symbol table.
Public propertyItem
Indexer wrapping Get and Put for convenient syntax
Public propertyKeys
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).
Top
See Also