ISet<T>.UnionWith(IEnumerable<T>) Méthode

Définition

Modifie l’ensemble actuel pour qu’il contienne tous les éléments présents dans l’ensemble actuel, dans la collection spécifiée ou dans les deux.

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

Paramètres

other
IEnumerable<T>

Collection à comparer à l’ensemble actuel.

Exceptions

other a la valeur null.

Remarques

Tous les éléments dupliqués dans other sont ignorés.

S’applique à