System::Collections::Generic::List::FindAll metode
List::FindAll method
Mencari elemen-elemen yang memenuhi predikat tertentu.
ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| match | System::Predicate<T> | Predicate untuk memeriksa elemen. |
ReturnValue
List of matching elements (if any) or empty list.
Lihat Juga
- Class ListPtr
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++