System::Collections::Generic::ISet::SymmetricExceptWith método

ISet::SymmetricExceptWith method

Calcula la diferencia simétrica de dos contenedores. Elimina todos los elementos que están presentes en ambos contenedores, pero al mismo tiempo agrega todos los elementos presentes en other, pero no en el conjunto actual.

virtual void System::Collections::Generic::ISet<T>::SymmetricExceptWith(IEnumerablePtr other)=0
ParámetroTipoDescripción
otroIEnumerablePtrContenedor con el cual calcular la excepción.

Ver también