ImmutableHashSet<T>.ISet<T>.UnionWith 方法

定義

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

 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>

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

實作

備註

這個成員是明確介面成員實作, 只有在 ImmutableHashSet<T> 執行個體轉換成 ISet<T> 介面時,才能使用這個成員。

適用於