System::Collections::Generic::List::Insert methode

List::Insert method

Voegt een item in op een opgegeven positie.

void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
ParameterTypeBeschrijving
indexintIndex om item in te voegen.
itemconst T&Item om in te voegen.

Zie ook