Returns the value associated with the given key.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Object Get(
string key
)
Parameters
- key
- Type: SystemString
the key
Return Value
Type:
Objectthe value associated with the given key if the key is in the
symbol table and
null if the key is not in the symbol table
Exceptions See Also