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