Click or drag to resize
TrieSETContains Method
Does the set 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 the set contains key and false otherwise
Exceptions
ExceptionCondition
NullReferenceExceptionif key is null
See Also