Metodo System::Collections::Generic::SortedList::IndexOfKey

SortedList::IndexOfKey method

Cerca una chiave specifica.

int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfKey(TKey key) const
ParametroTipoDescrizione
chiaveTKeyChiave da cercare.

ReturnValue

indice della chiave specificata o -1 se non trovato.

Vedi anche