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.Font for C++