Insert()
IList::Insert(int, const T&) method
Inserts element into specified position, shifting other elements.
virtual void System::Collections::Generic::IList<T>::Insert(int index, const T &item)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int | Index to insert elements onto. |
item | const T& | Item to insert at specified index. |
See Also
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Slides