SymmetricExceptWith()
ISet::SymmetricExceptWith(IEnumerablePtr) method
Calculates symmetric exception of two containers. Removes all elements that are present in both containers, but at the same time adds all elements present in other, but not in current set.
virtual void System::Collections::Generic::ISet<T>::SymmetricExceptWith(IEnumerablePtr other)=0
Arguments
Parameter | Type | Description |
---|---|---|
other | IEnumerablePtr | Container to calculate exception with. |
See Also
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Slides