Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
TrieSET Class
TrieSET Methods
Add Method
Contains Method
Delete Method
GetEnumerator Method
KeysThatMatch Method
KeysWithPrefix Method
LongestPrefixOf Method
MainTest Method
TrieSET
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
NullReferenceException
if
key
is
null
See Also
Reference
TrieSET Class
Algs4Net Namespace