System::Collections::CollectionBase::ListImpl::idx_set method
ListImpl::idx_set method
Sets the element at the specified index.
void System::Collections::CollectionBase<T>::ListImpl::idx_set(int32_t index, T value)
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero-based index of the element to get or set. |
value | T | The element to set. |
See Also
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.PUB for C++