System::Collections::Generic::List::RemoveAll metodu
List::RemoveAll method
Belirli bir koşulu sağlayan tüm öğeleri kaldırır.
int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
| Parameter | Type | Açıklama |
|---|---|---|
| match | Predicate<T> | Öğeleri kontrol etmek için Predicate. |
ReturnValue
Kaldırılan öğe sayısı.
Ayrıca Bakınız
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++