Bagikan melalui


FrozenSet<T>.ISet<T>.IntersectWith(IEnumerable<T>) Metode

Definisi

Memodifikasi set saat ini sehingga hanya berisi elemen yang juga ada dalam koleksi tertentu.

 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

Parameter

other
IEnumerable<T>

Koleksi untuk dibandingkan dengan set saat ini.

Penerapan

Berlaku untuk