System::Array::SetValue method
Array::SetValue method
Sets value of the element at specified index.
void System::Array<T>::SetValue(const T &value, int index)
Parameter | Type | Description |
---|---|---|
value | const T& | A const reference to the value to set |
index | int | Index of the element |
See Also
- Class Array
- Namespace System
- Library Aspose.PUB for C++