Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
SET(Key) Class
SET(Key) Methods
Add Method
Ceiling Method
Contains Method
Delete Method
Equals Method
Floor Method
GetEnumerator Method
GetHashCode Method
Intersects Method
MainTest Method
ToString Method
Union Method
SET
Key
Add Method
Adds the key to this set (if it is not already present).
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
Add
( Key
key
)
Parameters
key
Type:
Key
key the key to add
Exceptions
Exception
Condition
ArgumentNullException
if
key
is
null
See Also
Reference
SET
Key
Class
Algs4Net Namespace