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

IList::Insert method

Infogar element på angiven position och förskjuter övriga element.

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

Se även