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
ParameterTypeDescription
indexintIndex to set value at
valueTValue to set at specified index

See Also