Click or drag to resize
SETKey Constructor (SETKey)
Initializes a new set that is an independent copy of the specified set.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SET(
	SET<Key> x
)

Parameters

x
Type: Algs4NetSETKey
the set to copy to this set
See Also