System::Collections::Generic::LinkedList::Add metodo
LinkedList::Add method
Aggiunge element alla fine della lista.
void System::Collections::Generic::LinkedList<T>::Add(const T &element) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| elemento | const T& | Elemento da aggiungere alla lista. |
Vedi anche
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++