System::Collections::Generic::ISet::ExceptWith 方法

ISet::ExceptWith method

移除一组元素。

virtual void System::Collections::Generic::ISet<T>::ExceptWith(IEnumerablePtr other)=0
ParameterType描述
其他IEnumerablePtr要删除的元素。

另见