System::Collections::Generic::List::Insert méthode
List::Insert method
Insère l’élément à la position spécifiée.
void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
| Paramètre | Type | Description |
|---|---|---|
| indice | int | Indice où insérer l’élément. |
| élément | const T& | Élément à insérer. |
Voir aussi
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++