Método System::Collections::Generic::List::Add
List::Add method
Agrega un elemento al final de la lista.
void System::Collections::Generic::List<T>::Add(const T &item) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| elemento | const T& | Elemento a agregar. |
Ver también
- Class List
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++