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