Aspose::Pdf::BoundsCheckableList::Remove method
BoundsCheckableList::Remove method
Removes the first occurrence of a specific object from the System.Collections.Generic.List.
bool Aspose::Pdf::BoundsCheckableList<typename>::Remove(const T &item) override
Parameter | Type | Description |
---|---|---|
item | const 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
- Class BoundsCheckableList
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++