Метод System::Collections::Generic::SortedList::IndexOfKey
SortedList::IndexOfKey method
Ищет конкретный ключ.
int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfKey(TKey key) const
| Параметр | Тип | Описание |
|---|---|---|
| ключ | TKey | Ключ для поиска. |
ReturnValue
Индекс указанного ключа или -1, если не найден.
См. также
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++