Método System::Array::SetValue
Array::SetValue method
Establece el valor del elemento en el índice especificado.
void System::Array<T>::SetValue(const T &value, int index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | const T& | Una referencia constante al valor a establecer |
| index | int | Index del elemento |
Ver también
- Class Array
- Namespace System
- Library Aspose.PDF for C++