Click or drag to resize
TrieSTValue Properties

The TrieSTValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of key-value pairs in this symbol table.
Public propertyIsEmpty
Is this symbol table empty?
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