System::Collections::Generic::List::FindAll 메서드
List::FindAll method
특정 조건을 만족하는 요소들을 찾습니다.
ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| match | System::Predicate<T> | Predicate를 사용하여 요소를 확인합니다. |
ReturnValue
List of matching elements (if any) or empty list.
또 보기
- Class ListPtr
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++