System::Collections::Generic::SortedList::IndexOfValue metode
SortedList::IndexOfValue method
Mencari nilai spesifik.
int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfValue(TValue value) const
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | TValue | Nilai yang dicari. |
ReturnValue
Indeks dari kemunculan pertama nilai yang ditentukan atau -1 jika tidak ditemukan.
Lihat Juga
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++