Método IndexOfValue de System::Collections::Generic::SortedList
SortedList::IndexOfValue method
Busca un valor específico.
int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfValue(TValue value) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | TValue | Valor a buscar. |
ReturnValue
Index of the first occurrence of specified value or -1 if not found.
Ver también
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++