System::Collections::Generic::List::Insert method
List::Insert method
Infogar objekt på angiven position.
void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int | Index att infoga objektet i. |
| objekt | const T& | Objekt att infoga. |
Se även
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++