System::Collections::Generic::SortedList::IndexOfValue метод

SortedList::IndexOfValue method

Ищет конкретное значение.

int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfValue(TValue value) const
ПараметрТипОписание
valueTValueИскомое значение.

ReturnValue

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

См. также