Click or drag to resize
TrieSTValueContains Method
Does this symbol table contain the given key?

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Contains(
	string key
)

Parameters

key
Type: SystemString
the key

Return Value

Type: Boolean
true if this symbol table contains key and false otherwise
Exceptions
ExceptionCondition
ArgumentNullExceptionif key is null
See Also