System::Collections::Generic::SortedList::IndexOfValue метод
SortedList::IndexOfValue method
Ищет конкретное значение.
int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfValue(TValue value) const
| Параметр | Тип | Описание |
|---|---|---|
| value | TValue | Искомое значение. |
ReturnValue
Index of the first occurrence of specified value or -1 if not found.
См. также
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++