System::Collections::Generic::List::Find metodu
List::Find method
Belirli bir koşula uyan öğeyi arar.
T System::Collections::Generic::List<T>::Find(System::Predicate<T> predicate)
| Parameter | Type | Açıklama |
|---|---|---|
| predicate | System::Predicate<T> | Öğeleri kontrol etmek için Predicate. |
ReturnValue
Eşleşen öğenin değeri veya bulunamazsa nullprtr.
Ayrıca Bakınız
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++