System::Collections::Generic::LinkedList::Add método
LinkedList::Add method
Añade element al final de la lista.
void System::Collections::Generic::LinkedList<T>::Add(const T &element) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| elemento | const T& | Elemento a añadir en la lista. |
Ver también
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++