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