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

Definice

Upraví aktuální SortedSet<T> objekt tak, aby obsahoval všechny prvky, které se nacházejí v aktuálním objektu nebo v zadané kolekci.

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

Parametry

other
IEnumerable<T>

Kolekce pro porovnání s aktuálním SortedSet<T> objektem.

Implementuje

Výjimky

other je null.

Poznámky

Všechny duplicitní prvky v souboru other se ignorují.

Platí pro