System::Collections::Generic::SortedList::IndexOfValue 메서드
SortedList::IndexOfValue method
특정 값을 찾습니다.
int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfValue(TValue value) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | TValue | 찾을 값. |
ReturnValue
지정된 값이 처음 나타나는 인덱스, 찾지 못하면 -1을 반환합니다.
또 보기
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++