System::Collections::Generic::List::Add method
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 |
|---|---|---|
| item | const T& | Élément à ajouter. |
Voir aussi
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++