ImmutableSortedSet<T>.Builder.UnionWith(IEnumerable<T>) Método

Definição

Modifica o conjunto atual para que ele contenha todos os elementos que estão presentes no conjunto atual e na coleção especificada.

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

Parâmetros

other
IEnumerable<T>

A coleção a ser comparada com o estado atual.

Implementações

Aplica-se a