System::Collections::Generic::ISet::IntersectWith method

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 conservare (se presenti).

Vedi anche