ImmutableSortedSet<T>.ISet<T>.UnionWith(IEnumerable<T>) Yöntem
Tanım
Geçerli kümeyi, geçerli küme ya da belirtilen koleksiyonda bulunan tüm öğeleri içerecek şekilde değiştirir.Modifies the current set so that it contains all elements that are present in either the current set or the specified collection.
virtual void System.Collections.Generic.ISet<T>.UnionWith(System::Collections::Generic::IEnumerable<T> ^ other) = System::Collections::Generic::ISet<T>::UnionWith;
void ISet<T>.UnionWith (System.Collections.Generic.IEnumerable<T> other);
abstract member System.Collections.Generic.ISet<T>.UnionWith : seq<'T> -> unit
override this.System.Collections.Generic.ISet<T>.UnionWith : seq<'T> -> unit
Sub UnionWith (other As IEnumerable(Of T)) Implements ISet(Of T).UnionWith
Parametreler
- other
- IEnumerable<T>
Geçerli küme ile Karşılaştırılacak koleksiyon.The collection to compare to the current set.
Uygulamalar
Açıklamalar
Bu üye, açık bir arabirim üyesi uygulamasıdır.This member is an explicit interface member implementation. Bu, yalnızca ImmutableSortedSet<T> örnek bir arabirime yayınlandığınızda kullanılabilir ISet<T> .It can be used only when the ImmutableSortedSet<T> instance is cast to an ISet<T> interface.
System. Collections. sabit NuGet paketiSystem.Collections.Immutable NuGet package
Değişmez koleksiyonlar ve nasıl yükleneceği hakkındaAbout immutable collections and how to install