UnionWith()
ISet::UnionWith(IEnumerablePtr) 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
Arguments
Parameter | Type | Description |
---|---|---|
other | IEnumerablePtr | Collection to add eleements from. |
See Also
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Slides