System::Collections::CollectionBase::ListImpl::Insert methode
ListImpl::Insert method
Voegt een element toe aan de collectie op de opgegeven index.
void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
| Parameter | Type | Beschrijving |
|---|---|---|
| index | int32_t | De nulgebaseerde index waarop value moet worden ingevoegd. |
| value | const T& | Het element om in te voegen. |
Zie ook
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++