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ámetro | Tipo | Descripción |
|---|---|---|
| item | const T& | Elemento a buscar. |
ReturnValue
Índice del elemento en el contenedor.
Ver también
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++