Click or drag to resize
StaticSETofInts Constructor
Initializes a set of integers specified by the integer array.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public StaticSETofInts(
	int[] keys
)

Parameters

keys
Type: SystemInt32
the array of integers
Exceptions
ExceptionCondition
ArgumentExceptionif the array contains duplicate integers
See Also