System::Collections::Generic::IList::idx_set método
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 |
|---|---|---|
| index | int | Index del elemento a establecer. |
| valor | T | Valor a establecer en el elemento seleccionado. |
Ver también
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++