System::Collections::Generic::SortedList::IndexOfValue method

SortedList::IndexOfValue method

Looks for specific value.

int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfValue(TValue value) const
ParameterTypeDescription
valueTValueValue to look for.

ReturnValue

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

See Also