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