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