System::Collections::Generic::List::FindAll 方法
List::FindAll method
查找符合特定谓词的元素。
ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
| Parameter | Type | 描述 |
|---|---|---|
| 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++