Méthode System::Collections::Generic::List::AddRange
List::AddRange method
Ajoute tous les éléments de la collection (ou d’elle-même) à la fin de la liste actuelle.
void System::Collections::Generic::List<T>::AddRange(IEnumerablePtr collection)
| Paramètre | Type | Description |
|---|---|---|
| collection | IEnumerablePtr | Collection dont il faut copier les éléments. |
Voir aussi
- Typedef IEnumerablePtr
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++