System::Collections::Generic::IList::IndexOf método
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 |
|---|---|---|
| elemento | const T& | Elemento a buscar. |
ReturnValue
Index of first appearance of item in container or -1 if not found.
Ver también
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++