System::Collections::Generic::ISet::UnionWith 方法

ISet::UnionWith method

添加来自指定集合的、当前集合中尚未存在的元素。

virtual void System::Collections::Generic::ISet<T>::UnionWith(IEnumerablePtr other)=0
参数类型描述
其他IEnumerablePtr要添加元素的集合。

另见