System::Collections::Generic::List::Insert method

List::Insert method

Inserisce l’elemento nella posizione specificata.

void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
ParametroTipoDescrizione
indiceintIndice in cui inserire l’elemento.
elementoconst T&Elemento da inserire.

Vedi anche