Click or drag to resize
SequentialSearchSTKey, ValueDelete Method
Removes the specified key and its associated value from this symbol table (if the key is in this symbol table).

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Delete(
	Key key
)

Parameters

key
Type: Key
key the key
Exceptions
ExceptionCondition
ArgumentNullExceptionif key is null
See Also