Removes the specified key from this set (if the set contains the specified key).
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Delete(
Key key
)
Parameters
- key
- Type: Key
key the key
Exceptions
See Also