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