System::Collections::Generic::IList::Insert method

IList::Insert method

Infogar elementet på angiven position och flyttar andra element.

virtual void System::Collections::Generic::IList<T>::Insert(int index, const T &item)=0
ParameterTypeBeskrivning
indexintIndex att infoga element på.
objektconst T&Objekt att infoga på angivet index.

Se även