System::Collections::Generic::ISet::IntersectWith 方法

ISet::IntersectWith method

移除在不同容器中不存在的元素。

virtual void System::Collections::Generic::ISet<T>::IntersectWith(IEnumerablePtr other)=0
参数类型描述
其他IEnumerablePtr要保留的元素(如果存在)。

另见