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++