ImmutableHashSet<T>.Builder.UnionWith(IEnumerable<T>) メソッド

定義

現在のセットを、現在のセットと指定したコレクションの両方に存在するすべての要素が格納されるように変更します。

public:
 virtual void UnionWith(System::Collections::Generic::IEnumerable<T> ^ other);
public void UnionWith (System.Collections.Generic.IEnumerable<T> other);
abstract member UnionWith : seq<'T> -> unit
override this.UnionWith : seq<'T> -> unit
Public Sub UnionWith (other As IEnumerable(Of T))

パラメーター

other
IEnumerable<T>

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

実装

適用対象