System::Collections::Generic::List::Add méthode
List::Add method
Ajoute un élément à la fin de la liste.
void System::Collections::Generic::List<T>::Add(const T &item) override
| Paramètre | Type | Description |
|---|---|---|
| élément | const T& | Élément à ajouter. |
Voir aussi
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++