System::Collections::CollectionBase::ListImpl::idx_set method

ListImpl::idx_set method

Sets the element at the specified index.

void System::Collections::CollectionBase<T>::ListImpl::idx_set(int32_t index, T value)
ParameterTypeDescription
indexint32_tThe zero-based index of the element to get or set.
valueTThe element to set.

See Also