System::Collections::Generic::List::RemoveAll method

List::RemoveAll method

Belirli bir koşulu karşılayan tüm öğeleri kaldırır.

int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
ParametreTürAçıklama
matchPredicate<T>Predicate elemanları kontrol etmek için.

ReturnValue

Kaldırılan öğe sayısı.

Ayrıca Bakınız