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

ListImpl::Insert method

Infogar ett element i samlingen vid det angivna indexet.

void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
ParameterTypeBeskrivning
indexint32_tDet nollbaserade indexet där value ska infogas.
valueconst T&Elementet att infoga.

Se även