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