TrieSTValueContains Method |
Does this symbol table contain the given key?
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Contains(
string key
)
Parameters
- key
- Type: SystemString
the key
Return Value
Type:
Booleantrue if this symbol table contains
key and
false otherwise
Exceptions See Also