SetValue()
Array::SetValue(const T&, int) method
Sets value of the element at specified index.
void System::Array<T>::SetValue(const T &value, int index)
Arguments
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.Slides