FrozenSet<T>.ISet<T>.UnionWith(IEnumerable<T>) Metoda

Definice

Upraví aktuální sadu tak, aby obsahovala všechny prvky, které se nacházejí v aktuální množině, v zadané kolekci nebo v obou.

 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

Platí pro