System::Collections::Generic::ISet::ExceptWith method

ISet::ExceptWith method

Removes group of elements.

virtual void System::Collections::Generic::ISet<T>::ExceptWith(IEnumerablePtr other)=0
ParameterTypeDescription
otherIEnumerablePtrElements to remove.

See Also