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

Definición

Modifica el conjunto actual para que contenga todos los elementos que están presentes en el conjunto actual en la colección 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>

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

Implementaciones

Se aplica a