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