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

Définition

Modifie le jeu actuel afin qu’il contienne tous les éléments présents dans l’ensemble actuel et dans la collection spécifiée.

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

Paramètres

other
IEnumerable<T>

Collection à comparer à l’état actuel.

Implémente

S’applique à