System::Collections::Generic::SortedList::IndexOfKey yöntemi

SortedList::IndexOfKey method

Belirli bir anahtarı arar.

int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfKey(TKey key) const
ParametreTürAçıklama
anahtarTKeyAranacak anahtar.

ReturnValue

Belirtilen anahtarın indeksi veya bulunamazsa -1.

Ayrıca Bakınız