System::Collections::Generic::SortedList::IndexOfValue method
SortedList::IndexOfValue method
Looks for specific value.
int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfValue(TValue value) const
Parameter | Type | Description |
---|---|---|
value | TValue | Value to look for. |
ReturnValue
Index of the first occurrence of specified value or -1 if not found.
See Also
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++