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

ParameterTypeDescription
otherIEnumerablePtrContainer to calculate exception with.

See Also