System::Collections::Generic::List::FindLast 메서드
List::FindLast method
특정 조건을 만족하는 마지막 요소를 찾습니다.
T System::Collections::Generic::List<T>::FindLast(System::Predicate<T> match)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| match | System::Predicate<T> | Predicate를 사용하여 요소를 확인합니다. |
ReturnValue
일치하는 요소의 값 또는 찾지 못한 경우 nullptr.
또 보기
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++