ISet<T>.IntersectWith(IEnumerable<T>) Metoda

Definice

Upraví aktuální sadu tak, aby obsahovala pouze prvky, které jsou také v zadané kolekci.

public:
 void IntersectWith(System::Collections::Generic::IEnumerable<T> ^ other);
public void IntersectWith (System.Collections.Generic.IEnumerable<T> other);
abstract member IntersectWith : seq<'T> -> unit
Public Sub IntersectWith (other As IEnumerable(Of T))

Parametry

other
IEnumerable<T>

Kolekce, která se má porovnat s aktuální sadou.

Výjimky

other je null.

Poznámky

Tato metoda ignoruje všechny duplicitní prvky v othersouboru .

Platí pro