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ámetro | Tipo | Descripción |
|---|---|---|
| otro | IEnumerablePtr | Elementos a conservar (si están presentes). |
Ver también
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++