System::Collections::CollectionBase::ListImpl::idx_set-methode
ListImpl::idx_set method
Stelt het element in op de opgegeven index.
void System::Collections::CollectionBase<T>::ListImpl::idx_set(int32_t index, T value)
| Parameter | Type | Beschrijving |
|---|---|---|
| index | int32_t | De nulgebaseerde index van het element om op te halen of in te stellen. |
| value | T | Het element om in te stellen. |
Zie ook
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++