Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
TrieST(Value) Class
TrieST(Value) Methods
Contains Method
Delete Method
Get Method
KeysThatMatch Method
KeysWithPrefix Method
LongestPrefixOf Method
MainTest Method
Put Method
TrieST
Value
Delete Method
Removes the key from the set if the key is present.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
Delete
(
string
key
)
Parameters
key
Type:
System
String
the key
Exceptions
Exception
Condition
ArgumentNullException
if
key
is
null
See Also
Reference
TrieST
Value
Class
Algs4Net Namespace