System::Collections::Generic::List::FindAll method
List::FindAll method
Belirli bir koşula uyan öğeleri arar.
ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
| Parametre | Tür | Açıklama |
|---|---|---|
| match | System::Predicate<T> | Predicate elemanları kontrol etmek için. |
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.Font for C++