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