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