System::Collections::IListImplRefType::Insert method
IListImplRefType::Insert method
Insère un élément à la position spécifiée, en décalant les autres éléments.
virtual void System::Collections::IListImplRefType<T>::Insert(int index, System::SharedPtr<System::Object> value) override
| Paramètre | Type | Description |
|---|---|---|
| indice | int | Index où insérer les éléments. |
| value | System::SharedPtr<System::Object> | Élément à insérer à l’index spécifié. |
Voir aussi
- Typedef SharedPtr
- Class Object
- Class IListImplRefType
- Namespace System::Collections
- Library Aspose.Page for C++