System::Collections::Generic::SortedList::IndexOfKey método
SortedList::IndexOfKey method
Busca una clave específica.
int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfKey(TKey key) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | TKey | Clave a buscar. |
ReturnValue
índice de la clave especificada o -1 si no se encuentra.
Ver también
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++