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
| Parametro | Tipo | Descrizione |
|---|---|---|
| altro | IEnumerablePtr | Contenitore con cui calcolare l’eccezione. |
Vedi anche
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Font for C++