Méthode System::Collections::Generic::SortedList::IndexOfKey
SortedList::IndexOfKey method
Recherche une clé spécifique.
int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfKey(TKey key) const
| Paramètre | Type | Description |
|---|---|---|
| clé | TKey | Clé à rechercher. |
ReturnValue
indice de la clé spécifiée ou -1 si non trouvée.
Voir aussi
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++