System::Collections::Generic::List::RemoveAll 메서드
List::RemoveAll method
특정 조건에 일치하는 모든 요소를 제거합니다.
int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| match | Predicate<T> | Predicate를 사용하여 요소를 확인합니다. |
ReturnValue
제거된 요소 수.
또 보기
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++