Insert()
List::Insert(int, const T&) method
Inserts item at specified position.
void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
Arguments
Parameter | Type | Description |
---|---|---|
index | int | Index to insert item into. |
item | const T& | Item to insert. |
See Also
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Slides