System::Collections::CollectionBase::ListImpl::idx_set método
ListImpl::idx_set method
Establece el elemento en el índice especificado.
void System::Collections::CollectionBase<T>::ListImpl::idx_set(int32_t index, T value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int32_t | El índice basado en cero del elemento a obtener o establecer. |
| value | T | El elemento a establecer. |
Ver también
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++