| STKey, ValueDelete Method  | 
             Removes the specified key and its associated value from this symbol table
             (if the key is in this symbol table).
 
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Delete(
	Key key
)
Parameters
- key
 - Type: Key
the key 
Exceptions
See Also