Sdílet prostřednictvím


ObservableHashSet<T>.UnionWith(IEnumerable<T>) Metoda

Definice

Upraví sadu hodnot hash tak, aby obsahovala všechny prvky, které jsou přítomné samy o sobě, v zadané kolekci nebo v obou.

public virtual void UnionWith (System.Collections.Generic.IEnumerable<T> other);
abstract member UnionWith : seq<'T> -> unit
override this.UnionWith : seq<'T> -> unit
Public Overridable Sub UnionWith (other As IEnumerable(Of T))

Parametry

other
IEnumerable<T>

Kolekce pro porovnání s aktuální sadou hodnot hash.

Implementuje

Platí pro