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ámetroTipoDescripción
valorSystem::SharedPtr<System::Object>Elemento a buscar.

ReturnValue

Index of first appearance of item in container or -1 if not found.

Ver también