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

ISet::IntersectWith method

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

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

另见