Aspose::Pdf::Generator::BoundsCheckableList::Insert method

BoundsCheckableList::Insert method

Inserts an element into the System.Collections.Generic.List at the specified index.

void Aspose::Pdf::Generator::BoundsCheckableList<typename>::Insert(int32_t index, const T &item) override
ParameterTypeDescription
indexint32_tThe zero-based index at which item should be inserted.
itemconst T&The object to insert. The value can be null for reference types.

See Also