ImmutableSortedSet<T>.Builder.UnionWith(IEnumerable<T>) Metod

Definition

Ändrar den aktuella uppsättningen så att den innehåller alla element som finns i både den aktuella uppsättningen och i den angivna samlingen.

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

Parametrar

other
IEnumerable<T>

Samlingen som ska jämföras med det aktuella tillståndet.

Implementeringar

Gäller för