System::Collections::Generic::List::FindAll 方法

List::FindAll method

查找符合特定谓词的元素集合。

ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
参数类型描述
matchSystem::Predicate<T>用于检查元素的 Predicate

ReturnValue

List of matching elements (if any) or empty list.

另见