System::Collections::Generic::LinkedList::Add méthode
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 |
|---|---|---|
| element | const T& | Élément à ajouter dans la liste. |
Voir aussi
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++