Condividi tramite


ImmutableSortedSet<T>.ISet<T>.IntersectWith Metodo

Definizione

Modifica il set corrente in modo che contenga solo elementi che si trovano anche in una raccolta specificata.

 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

Parametri

other
IEnumerable<T>

Raccolta da confrontare con il set corrente.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia ImmutableSortedSet<T>ISet<T> .

Si applica a