System::Array::idx_set method
Array::idx_set method
Sets the specified value as the item of the array at the specified index.
virtual void System::Array<T>::idx_set(int index, T value) override
| Parameter | Type | Description | 
|---|---|---|
| index | int | Index to set value at | 
| value | T | Value to set at specified index | 
See Also
- Class Array
 - Namespace System
 - Library Aspose.Font for C++