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

List::FindAll method

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

ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
ParameterType描述
matchSystem::Predicate<T>Predicate 用于检查元素。

ReturnValue

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

另见