System::Collections::IList::Insert método
IList::Insert method
Inserta el elemento en la lista en el índice especificado.
virtual void System::Collections::IList::Insert(int index, SharedPtr<System::Object> item)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int | El índice donde insertar el elemento. |
| item | SharedPtr<System::Object> | El elemento a insertar. |
Ver también
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Page for C++