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