idx_set()

Array::idx_set(int, T) 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

Arguments

ParameterTypeDescription
indexintIndex to set value at
valueTValue to set at specified index

See Also