ISet<T>.IntersectWith(IEnumerable<T>) Méthode

Définition

Modifie l'ensemble actuel pour qu'il contienne uniquement les éléments qui figurent également dans une collection spécifiée.

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

Paramètres

other
IEnumerable<T>

Collection à comparer à l’ensemble actuel.

Exceptions

other a la valeur null.

Remarques

Cette méthode ignore tous les éléments dupliqués dans other.

S’applique à