System::Collections::Generic::IList::Insert method
IList::Insert method
Insère un é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 | Index où insérer les éléments. |
| item | const T& | Élément à insérer à l’index spécifié. |
Voir aussi
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++