System::Collections::Generic::ISet::SymmetricExceptWith method
ISet::SymmetricExceptWith 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
Parameter | Type | Description |
---|---|---|
other | IEnumerablePtr | Container to calculate exception with. |
See Also
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++