ImmutableHashSet<T>.ISet<T>.UnionWith Metoda

Definicja

Modyfikuje bieżący zestaw tak, aby zawierał wszystkie elementy, które znajdują się w bieżącym zestawie lub w określonej kolekcji.

 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

Parametry

other
IEnumerable<T>

Kolekcja do porównania z bieżącym zestawem.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ImmutableHashSet<T> wystąpienie jest rzutowanie do interfejsu ISet<T> .

Dotyczy