Aspose::Pdf::BoundsCheckableList::Insert method
BoundsCheckableList::Insert method
Inserts an element into the System.Collections.Generic.List at the specified index.
void Aspose::Pdf::BoundsCheckableList<typename>::Insert(int32_t index, const T &item) override
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero-based index at which item should be inserted. |
item | const T& | The object to insert. The value can be null for reference types. |
See Also
- Class BoundsCheckableList
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++