System::Array::SetValue method
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 |
|---|---|---|
| value | const T& | Una referencia constante al valor a establecer |
| índice | int | Índice del elemento |
Ver también
- Class Array
- Namespace System
- Library Aspose.Page for C++