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

List::FindLast method

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

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

ReturnValue

일치하는 요소의 값 또는 찾지 못한 경우 nullptr.

또 보기