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

ISet::ExceptWith method

移除一组元素。

virtual void System::Collections::Generic::ISet<T>::ExceptWith(IEnumerablePtr other)=0
参数类型描述
其他IEnumerablePtr要移除的元素。

另见