Método System::Collections::ObjectModel::Collection::idx_set
Collection::idx_set method
Establece el valor en el índice especificado.
virtual void System::Collections::ObjectModel::Collection<T>::idx_set(int index, T value) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int | Índice donde establecer el valor. |
| value | T | Valor a establecer en el índice especificado. |
Ver también
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++