طريقة 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.

انظر أيضًا