System::Collections::Generic::IList::Insert method
IList::Insert method
Voegt een element in op de opgegeven positie, waarbij andere elementen worden verschoven.
virtual void System::Collections::Generic::IList<T>::Insert(int index, const T &item)=0
| Parameter | Type | Beschrijving |
|---|---|---|
| index | int | Index om elementen in te voegen. |
| item | const T& | Item om in te voegen op de opgegeven index. |
Zie ook
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++