ReadOnlySet<T>.ISet<T>.UnionWith(IEnumerable<T>) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Modifies the current set so that it contains all elements that are present in the current set, in the specified collection, or in both.
 virtual void System.Collections.Generic.ISet<T>.UnionWith(System::Collections::Generic::IEnumerable<T> ^ other) = System::Collections::Generic::ISet<T>::UnionWith;void ISet<T>.UnionWith(System.Collections.Generic.IEnumerable<T> other);abstract member System.Collections.Generic.ISet<T>.UnionWith : seq<'T> -> unit
override this.System.Collections.Generic.ISet<T>.UnionWith : seq<'T> -> unitSub UnionWith (other As IEnumerable(Of T)) Implements ISet(Of T).UnionWithParameters
- other
- IEnumerable<T>
The collection to compare to the current set.