System::Collections::Generic::List::idx_set method

List::idx_set method

Sets element at specific position.

void System::Collections::Generic::List<T>::idx_set(int index, T value) override
ParameterTypeDescription
indexintIndex to set element at.
valueTValue to set to specified position.

See Also