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

Definizione

Modifica il set corrente in modo che contenga tutti gli elementi presenti sia in tale set che nella raccolta specificata.

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

Parametri

other
IEnumerable<T>

Raccolta da confrontare con lo stato corrente.

Implementazioni

Si applica a