System::Collections::Generic::ISet::SymmetricExceptWith method

ISet::SymmetricExceptWith method

Calcola la differenza simmetrica di due contenitori. Rimuove tutti gli elementi presenti in entrambi i contenitori, ma allo stesso tempo aggiunge tutti gli elementi presenti in other, ma non nell’insieme corrente.

virtual void System::Collections::Generic::ISet<T>::SymmetricExceptWith(IEnumerablePtr other)=0
ParametroTipoDescrizione
altroIEnumerablePtrContenitore con cui calcolare l’eccezione.

Vedi anche