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

Definice

Upraví aktuální sadu tak, aby obsahovala všechny prvky, které jsou přítomné v aktuální množině, v zadané kolekci nebo v obou.

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

Parametry

other
IEnumerable<T>

Kolekce, která se má porovnat s aktuální sadou.

Výjimky

other je null.

Poznámky

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

Platí pro