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

List::Insert method

Infogar objekt på angiven position.

void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
ParameterTypeBeskrivning
indexintIndex att infoga objektet i.
objektconst T&Objekt att infoga.

Se även