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