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