System::Collections::Generic::List::Add method
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 |
|---|---|---|
| item | const T& | Elemento a añadir. |
Ver también
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++