System::Collections::Generic::IKVCollection::IndexOf método

IKVCollection::IndexOf method

Obtiene el índice del elemento en el contenedor.

virtual int System::Collections::Generic::IKVCollection<T>::IndexOf(const T &item) const override
ParámetroTipoDescripción
itemconst T&Elemento a buscar.

ReturnValue

Índice del elemento en el contenedor.

Ver también