System::Collections::Generic::List::FindAll yöntemi
List::FindAll method
Belirli bir koşula uyan öğeleri arar.
ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
| Parameter | Type | Açıklama |
|---|---|---|
| match | System::Predicate<T> | Öğeleri kontrol etmek için Predicate. |
ReturnValue
List of matching elements (if any) or empty list.
Ayrıca Bakınız
- Class ListPtr
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++