System::Collections::Generic::IList::IndexOf method
IList::IndexOf method
Obtiene el índice de la primera aparición del elemento en el contenedor.
virtual int System::Collections::Generic::IList<T>::IndexOf(const T &item) const =0
| Parámetro | Tipo | Descripción |
|---|---|---|
| item | const T& | Elemento a buscar. |
ReturnValue
Índice de la primera aparición del elemento en el contenedor o -1 si no se encuentra.
Ver también
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++