System::Collections::Generic::List::Insert method
List::Insert method
Inserta el elemento en la posición especificada.
void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int | Índice donde insertar el elemento. |
| item | const T& | Elemento a insertar. |
Ver también
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++