System::Collections::Generic::IList::Insert method
IList::Insert method
Infogar elementet på angiven position och flyttar andra element.
virtual void System::Collections::Generic::IList<T>::Insert(int index, const T &item)=0
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int | Index att infoga element på. |
| objekt | const T& | Objekt att infoga på angivet index. |
Se även
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++