System::Collections::Generic::List::Find method
List::Find method
يبحث عن عنصر يطابق شرطًا محددًا.
T System::Collections::Generic::List<T>::Find(System::Predicate<T> predicate)
| Parameter | Type | الوصف |
|---|---|---|
| predicate | System::Predicate<T> | Predicate للتحقق من العناصر باستخدام. |
ReturnValue
قيمة العنصر المطابق أو nullprtr إذا لم يتم العثور عليه.
انظر أيضًا
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++