System::Collections::IListImplValueType::IndexOf método
IListImplValueType::IndexOf method
Obtiene el índice de la primera aparición del elemento en el contenedor.
virtual int System::Collections::IListImplValueType<T>::IndexOf(System::SharedPtr<System::Object> value) const override
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | System::SharedPtr<System::Object> | Elemento a buscar. |
ReturnValue
Index of first appearance of item in container or -1 if not found.
Ver también
- Typedef SharedPtr
- Class Object
- Class IListImplValueType
- Namespace System::Collections
- Library Aspose.PDF for C++