Méthode Insert de System::Collections::ObjectModel::Collection
Collection::Insert method
Insère l’élément à la position spécifiée.
void System::Collections::ObjectModel::Collection<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 à la position spécifiée. |
Voir aussi
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++