System::Collections::Generic::SortedList::IndexOfValue 메서드

SortedList::IndexOfValue method

특정 값을 찾습니다.

int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfValue(TValue value) const
매개변수형식설명
valueTValue찾을 값.

ReturnValue

지정된 값이 처음 나타나는 인덱스, 찾지 못하면 -1을 반환합니다.

또 보기