Click or drag to resize
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#
public SET(
	IEnumerable<Key> items
)

Parameters

items
Type: System.Collections.Generic.IEnumerable<Key>
initial elements to add the set
See Also