System::Collections::Generic::IList::idx_set method
IList::idx_set method
Establece el elemento en el índice especificado.
virtual void System::Collections::Generic::IList<T>::idx_set(int index, T value)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int | Índice del elemento a establecer. |
| value | T | Valor a establecer en el elemento seleccionado. |
Ver también
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++