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

ISet::IntersectWith method

Elimina los elementos que no están presentes en otro contenedor.

virtual void System::Collections::Generic::ISet<T>::IntersectWith(IEnumerablePtr other)=0
ParámetroTipoDescripción
otroIEnumerablePtrElementos a conservar (si están presentes).

Ver también