System::Collections::Generic::ISet::UnionWith 方法
ISet::UnionWith method
添加来自指定集合的、当前集合中尚未存在的元素。
virtual void System::Collections::Generic::ISet<T>::UnionWith(IEnumerablePtr other)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| 其他 | IEnumerablePtr | 要添加元素的集合。 |
另见
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Font for C++