Metode System::Collections::Generic::List::RemoveAll
List::RemoveAll method
Menghapus semua elemen yang cocok dengan predikat tertentu.
int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| match | Predicate<T> | Predicate untuk memeriksa elemen. |
ReturnValue
Jumlah elemen yang dihapus.
Lihat Juga
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++