Aspose::Pdf::BoundsCheckableList::Add method
BoundsCheckableList::Add method
Adds an object to the end of the System.Collections.Generic.List depending on “boundsCheckMode” parameter.
void Aspose::Pdf::BoundsCheckableList<typename>::Add(const T &item) override
Parameter | Type | Description |
---|---|---|
item | const T& | The object to be added to the end of the System.Collections.Generic.List. The value can be “null” for reference types. |
See Also
- Class BoundsCheckableList
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++