System::Collections::CollectionBase::ListImpl::Insert method
ListImpl::Insert method
Infogar ett element i samlingen vid det angivna indexet.
void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int32_t | Det nollbaserade indexet där value ska infogas. |
| value | const T& | Elementet att infoga. |
Se även
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++