Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
SET(Key) Class
SET(Key) Constructor
SET(Key) Constructor
SET(Key) Constructor (IEnumerable(Key))
SET(Key) Constructor (SET(Key))
SET
<
Key
>
Constructor (IEnumerable
<
Key
>
)
Initializes a set with an initial list of items.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
SET
(
IEnumerable
<Key>
items
)
Parameters
items
Type:
System.Collections.Generic
.
IEnumerable
<
Key
>
initial elements to add the set
See Also
Reference
SET
<
Key
>
Class
SET
<
Key
>
Overload
Algs4Net Namespace