Метод System::Collections::Generic::SortedList::IndexOfKey

SortedList::IndexOfKey method

Ищет конкретный ключ.

int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfKey(TKey key) const
ПараметрТипОписание
ключTKeyКлюч для поиска.

ReturnValue

Индекс указанного ключа или -1, если не найден.

См. также