Aspose::Pdf::BoundsCheckableList::IndexOf method
BoundsCheckableList::IndexOf method
Searches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.Generic.List.
int32_t Aspose::Pdf::BoundsCheckableList<typename>::IndexOf(const T &item) const override
Parameter | Type | Description |
---|---|---|
item | const T& | The object to locate in the System.Collections.Generic.List. The value can be null for reference types. |
ReturnValue
The zero-based index of the first occurrence of item item within the entire System.Collections.Generic.List, if found; otherwise, –1.
See Also
- Class BoundsCheckableList
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++