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

IList::Insert method

Inserts element into specified position, shifting other elements.

virtual void System::Collections::Generic::IList<T>::Insert(int index, const T &item)=0
ParameterTypeDescription
indexintIndex to insert elements onto.
itemconst T&Item to insert at specified index.

See Also