Click or drag to resize
BinarySearchSTKey, ValuePut 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 Put(
	Key key,
	Value val
)

Parameters

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