IndexOfValue()

SortedList::IndexOfValue(TValue) const method

Looks for specific value.

int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfValue(TValue value) const

Arguments

ParameterTypeDescription
valueTValueValue to look for.

Return Value

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

See Also