System::Collections::Generic::IEnumerable::LINQ_First 메서드
IEnumerable::LINQ_First() method
시퀀스의 첫 번째 요소를 반환합니다.
T System::Collections::Generic::IEnumerable<T>::LINQ_First()
ReturnValue
시퀀스의 첫 번째 요소.
또 보기
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
IEnumerable::LINQ_First(const Func<T, bool>&) method
시퀀스에서 지정된 조건을 만족하는 첫 번째 요소를 반환합니다.
T System::Collections::Generic::IEnumerable<T>::LINQ_First(const Func<T, bool> &predicate)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 프레디케이트 | const Func<T, bool>& | 조건을 테스트하기 위한 각 요소에 대한 함수. |
ReturnValue
지정된 조건을 만족하는 시퀀스의 첫 번째 요소.
또 보기
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++