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
elementoconst T&Elemento a buscar.

ReturnValue

Index of item in container.

Ver también