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

Definice

Upraví aktuální sadu tak, aby obsahovala všechny prvky, které jsou přítomné v aktuální sadě i v zadané kolekci.

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>

Kolekce, která se má porovnat s aktuálním stavem.

Implementuje

Platí pro