System::Collections::IListImplValueType::Insert método
IListImplValueType::Insert method
Inserta el elemento en la posición especificada, desplazando los demás elementos.
virtual void System::Collections::IListImplValueType<T>::Insert(int index, System::SharedPtr<System::Object> value) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| index | int | Index para insertar elementos en. |
| valor | System::SharedPtr<System::Object> | Elemento a insertar en el índice especificado. |
Ver también
- Typedef SharedPtr
- Class Object
- Class IListImplValueType
- Namespace System::Collections
- Library Aspose.PDF for C++