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> インターフェイスにキャストされる場合のみ、使用できます。

適用対象