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)
ParameterTipeDeskripsi
matchPredicate<T>Predicate untuk memeriksa elemen.

ReturnValue

Jumlah elemen yang dihapus.

Lihat Juga