Aspose::Pdf::Generator::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::Generator::BoundsCheckableList<typename>::Add(const T &item) override
ParameterTypeDescription
itemconst 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