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
| Parameter | Typ | Beskrivning |
|---|---|---|
| värde | TValue | Värde att leta efter. |
ReturnValue
Index of the first occurrence of specified value or -1 if not found.
Se även
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++