System::Collections::Generic::ISet::ExceptWith method

ISet::ExceptWith method

Rimuove un gruppo di elementi.

virtual void System::Collections::Generic::ISet<T>::ExceptWith(IEnumerablePtr other)=0
ParametroTipoDescrizione
altroIEnumerablePtrElementi da rimuovere.

Vedi anche