System::Collections::Generic::ISet::UnionWith method
ISet::UnionWith method
Adds elements from specified collection that are not present in current set yet.
virtual void System::Collections::Generic::ISet<T>::UnionWith(IEnumerablePtr other)=0
Parameter | Type | Description |
---|---|---|
other | IEnumerablePtr | Collection to add eleements from. |
See Also
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++