ObservableHashSet<T>.UnionWith(IEnumerable<T>) Método

Definición

Modifica el conjunto hash para que contenga todos los elementos que están presentes en sí mismo, la colección especificada o ambos.

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))

Parámetros

other
IEnumerable<T>

Colección que se va a comparar con el conjunto hash actual.

Implementaciones

Se aplica a