System::Collections::Generic::IList::Insert método
IList::Insert method
Inserta el 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 |
|---|---|---|
| index | int | Index para insertar elementos en. |
| elemento | const T& | Elemento a insertar en el índice especificado. |
Ver también
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++