System::Collections::Generic::LinkedList::Add methode
LinkedList::Add method
Voegt element toe aan het einde van de lijst.
void System::Collections::Generic::LinkedList<T>::Add(const T &element) override
| Parameter | Type | Beschrijving |
|---|---|---|
| element | const T& | Element om toe te voegen aan de lijst. |
Zie ook
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++