FrozenSet<T>.ISet<T>.UnionWith(IEnumerable<T>) 方法

定義

修改目前的資料集,使其包含目前資料集和 (或) 指定集合中出現的所有項目。

 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> -> unit
Sub UnionWith (other As IEnumerable(Of T)) Implements ISet(Of T).UnionWith

參數

other
IEnumerable<T>

要與目前資料組比較的集合。

實作

適用於