System::Collections::Generic::ISet::UnionWith method
ISet::UnionWith method
Aggiunge gli elementi dalla collezione specificata che non sono ancora presenti nell’insieme corrente.
virtual void System::Collections::Generic::ISet<T>::UnionWith(IEnumerablePtr other)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| altro | IEnumerablePtr | Collezione da cui aggiungere gli elementi. |
Vedi anche
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Font for C++