System::Collections::ObjectModel::Collection::Insert metod

Collection::Insert method

Infogar objekt på angiven position.

void System::Collections::ObjectModel::Collection<T>::Insert(int index, const T &item) override
ParameterTypeBeskrivning
indexintIndex att infoga objektet i.
objektconst T&Objekt att infoga på angiven position.

Se även