System::Collections::Generic::List::RemoveAll 메서드

List::RemoveAll method

특정 조건에 일치하는 모든 요소를 제거합니다.

int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
매개변수형식설명
matchPredicate<T>Predicate를 사용하여 요소를 확인합니다.

ReturnValue

제거된 요소 수.

또 보기