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

List::TrueForAll method

컬렉션의 모든 요소가 지정된 조건에 정의된 조건을 만족하는지 확인합니다.

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

ReturnValue

모든 요소가 조건과 일치하면 true, 그렇지 않으면 false.

또 보기