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