Returns the union of this set and that set.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SET<Key> Union(
SET<Key> that
)
Parameters
- that
- Type: Algs4NetSETKey
that the other set
Return Value
Type:
SETKeythe union of this set and that set
Exceptions
See Also