ExceptWith()

ISet::ExceptWith(IEnumerablePtr) method

Removes group of elements.

virtual void System::Collections::Generic::ISet<T>::ExceptWith(IEnumerablePtr other)=0

Arguments

ParameterTypeDescription
otherIEnumerablePtrElements to remove.

See Also