System::Collections::Generic::IEnumerable::LINQ_Where 메서드
IEnumerable::LINQ_Where method
지정된 프레디케이트를 기준으로 시퀀스를 필터링합니다.
SharedPtr<IEnumerable<T>> System::Collections::Generic::IEnumerable<T>::LINQ_Where(std::function<bool(T)> predicate)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 프레디케이트 | std::function<bool(T)> | 조건을 검사하기 위해 각 요소를 테스트하는 함수. |
ReturnValue
필터링된 요소를 포함하는 IEnumerable
또 보기
- Typedef SharedPtr
- Class IEnumerable
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++