ImmutableSortedSet<T>.ISet<T>.UnionWith Metoda

Definice

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

 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>

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

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v ImmutableSortedSet<T> případě, že je instance přetypovaná na ISet<T> rozhraní.

Balíček NuGet System.Collections.Immutable

Informace o neměnných kolekcích a postupu instalace

Platí pro