System::Collections::CollectionBase::ListImpl::Insert method

ListImpl::Insert method

Inserts an element into the collection at the specified index.

void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
ParameterTypeDescription
indexint32_tThe zero-based index at which value should be inserted.
valueconst T&The element to insert.

See Also