System::Collections::Generic::List::FindIndex 메서드

List::FindIndex(int, int, System::Predicate<T>) method

특정 조건을 만족하는 요소를 찾습니다.

int System::Collections::Generic::List<T>::FindIndex(int startIndex, int count, System::Predicate<T> match)
매개변수형식설명
startIndexint검색을 시작할 인덱스.
countint검색할 요소 수.
matchSystem::Predicate<T>Predicate를 사용하여 요소를 확인합니다.

ReturnValue

일치하는 요소의 인덱스, 없으면 -1.

또 보기

List::FindIndex(int, System::Predicate<T>) method

특정 조건을 만족하는 요소를 찾습니다.

int System::Collections::Generic::List<T>::FindIndex(int startIndex, System::Predicate<T> match)
매개변수형식설명
startIndexint검색을 시작할 인덱스.
matchSystem::Predicate<T>Predicate를 사용하여 요소를 확인합니다.

ReturnValue

일치하는 요소의 인덱스, 없으면 -1.

또 보기

List::FindIndex(System::Predicate<T>) method

특정 조건을 만족하는 요소를 찾습니다.

int System::Collections::Generic::List<T>::FindIndex(System::Predicate<T> match)
매개변수형식설명
matchSystem::Predicate<T>Predicate를 사용하여 요소를 확인합니다.

ReturnValue

일치하는 요소의 인덱스, 없으면 -1.

또 보기