SortedSet<T>.UnionWith(IEnumerable<T>) Metodo

Definizione

Modifica l'oggetto SortedSet<T> corrente in modo che contenga tutti gli elementi presenti in tale oggetto e nella raccolta specificata.

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

Parametri

other
IEnumerable<T>

Raccolta da confrontare con l'oggetto SortedSet<T> corrente.

Implementazioni

Eccezioni

other è null.

Commenti

Tutti gli elementi duplicati in other vengono ignorati.

Si applica a