Share via


ImmutableSortedSet<T>.ISet<T>.IntersectWith Yöntem

Tanım

Geçerli kümeyi, yalnızca aynı zamanda belirtilen bir koleksiyondaki öğeleri içermesi için değiştirir.

 virtual void System.Collections.Generic.ISet<T>.IntersectWith(System::Collections::Generic::IEnumerable<T> ^ other) = System::Collections::Generic::ISet<T>::IntersectWith;
void ISet<T>.IntersectWith (System.Collections.Generic.IEnumerable<T> other);
abstract member System.Collections.Generic.ISet<T>.IntersectWith : seq<'T> -> unit
override this.System.Collections.Generic.ISet<T>.IntersectWith : seq<'T> -> unit
Sub IntersectWith (other As IEnumerable(Of T)) Implements ISet(Of T).IntersectWith

Parametreler

other
IEnumerable<T>

Geçerli kümeyle karşılaştıracak koleksiyon.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ISet<T> arabirime ImmutableSortedSet<T> yayınlandığında kullanılabilir.

System.Collections.Immutable NuGet paketi

Sabit koleksiyonlar ve yükleme hakkında

Şunlara uygulanır