System::Collections::ObjectModel::Collection::idx_set method

Collection::idx_set method

Sets value at specified index.

virtual void System::Collections::ObjectModel::Collection<T>::idx_set(int index, T value) override
ParameterTypeDescription
indexintIndex to set value at.
valueTValue to set at specified index.

See Also