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