Método IndexOfValue de System::Collections::Generic::SortedList

SortedList::IndexOfValue method

Busca un valor específico.

int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfValue(TValue value) const
ParámetroTipoDescripción
valorTValueValor a buscar.

ReturnValue

Index of the first occurrence of specified value or -1 if not found.

Ver también