Overload List

  NameDescription
Public methodUnion(ISet<(Of <<'(T>)>>))
Performs a "union" of the two sets, where all the elements in both sets are present. That is, the element is included if it is in either a or b. Neither this set nor the input set are modified during the operation. The return value is a Clone() of this set with the extra elements added in.
Public methodUnion(ISet<(Of <<'(T>)>>))
Performs a "union" of the two sets, where all the elements in both sets are present. That is, the element is included if it is in either a or b. Neither this set nor the input set are modified during the operation. The return value is a Clone() of this set with the extra elements added in.
(Inherited from Set<(Of <(<'T>)>)>.)

See Also