System::Collections::Generic::ISet::IntersectWith metodo

ISet::IntersectWith method

Rimuove gli elementi non presenti in un contenitore diverso.

virtual void System::Collections::Generic::ISet<T>::IntersectWith(IEnumerablePtr other)=0
ParametroTipoDescrizione
altroIEnumerablePtrElementi da mantenere (se presenti).

Vedi anche