ImmutableSortedSet<T>.Builder.UnionWith(IEnumerable<T>) Metoda

Definicja

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

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))

Parametry

other
IEnumerable<T>

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

Implementuje

Dotyczy