Click or drag to resize
SETKeyAdd 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#
public void Add(
	Key key
)

Parameters

key
Type: Key
key the key to add
Exceptions
ExceptionCondition
ArgumentNullExceptionif key is null
See Also