System::Collections::IList::Insert méthode
IList::Insert method
Insère l’élément dans la liste à l’indice spécifié.
virtual void System::Collections::IList::Insert(int index, SharedPtr<System::Object> item)=0
| Paramètre | Type | Description |
|---|---|---|
| indice | int | L’index où insérer l’élément. |
| élément | SharedPtr<System::Object> | L’élément à insérer. |
Voir aussi
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Font for C++