Partilhar via


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

Definição

Modifica o conjunto de hash para conter todos os elementos presentes em si, a coleção especificada ou 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>

A coleção a ser comparada com o conjunto de hash atual.

Implementações

Aplica-se a