Udostępnij za pośrednictwem


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

Definicja

Modyfikuje ustawioną wartość skrótu, aby zawierała wszystkie elementy, które są obecne w samej kolekcji, określonej kolekcji lub obu tych elementów.

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>

Kolekcja do porównania z bieżącym zestawem skrótów.

Implementuje

Dotyczy