System::Collections::Generic::SortedList::IndexOfKey metodo
SortedList::IndexOfKey method
Cerca una chiave specifica.
int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfKey(TKey key) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | TKey | Chiave da cercare. |
ReturnValue
indice della chiave specificata o -1 se non trovata.
Vedi anche
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++