System::Collections::Generic::List::Insert method
List::Insert method
Inserts item at specified position.
void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
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.PDF for C++