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>

現在のセットと比較するコレクション。

実装

適用対象