System::Collections::Generic::List::TrueForAll 메서드
List::TrueForAll method
컬렉션의 모든 요소가 지정된 조건에 정의된 조건을 만족하는지 확인합니다.
bool System::Collections::Generic::List<T>::TrueForAll(System::Predicate<T> match)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| match | System::Predicate<T> | Predicate를 사용하여 요소를 확인합니다. |
ReturnValue
모든 요소가 조건과 일치하면 true, 그렇지 않으면 false.
또 보기
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++