System::Collections::Generic::SortedList::IndexOfValue metod

SortedList::IndexOfValue method

Söker efter ett specifikt värde.

int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfValue(TValue value) const
ParameterTypBeskrivning
värdeTValueVärde att leta efter.

ReturnValue

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

Se även