System::Collections::Generic::List::Insert methode
List::Insert method
Voegt een item in op een opgegeven positie.
void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
| Parameter | Type | Beschrijving |
|---|---|---|
| index | int | Index om item in te voegen. |
| item | const T& | Item om in te voegen. |
Zie ook
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++