Méthode System::Collections::CollectionBase::ListImpl::Insert

ListImpl::Insert method

Insère un élément dans la collection à l’index spécifié.

void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
ParamètreTypeDescription
indiceint32_tL’index basé sur zéro où value doit être inséré.
valueconst T&L’élément à insérer.

Voir aussi