System::Array::SetValue metodo
Array::SetValue method
Imposta il valore dell’elemento all’indice specificato.
void System::Array<T>::SetValue(const T &value, int index)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | const T& | Un riferimento const al valore da impostare |
| indice | int | Indice dell’elemento |
Vedi anche
- Class Array
- Namespace System
- Library Aspose.Font for C++