Aspose::Pdf::Generator::BoundsCheckableList::Remove method

BoundsCheckableList::Remove method

Removes the first occurrence of a specific object from the System.Collections.Generic.List.

bool Aspose::Pdf::Generator::BoundsCheckableList<typename>::Remove(const T &item) override
ParameterTypeDescription
itemconst T&The object to remove from the System.Collections.Generic.List. The value can be null for reference types.

ReturnValue

true if item item is successfully removed; otherwise, false. This method also returns false if item item was not found in the System.Collections.Generic.List.

See Also