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)
| Parametre | Tür | Açıklama |
|---|---|---|
| match | Predicate<T> | Predicate elemanları kontrol etmek için. |
ReturnValue
Kaldırılan öğe sayısı.
Ayrıca Bakınız
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++