System::Collections::Generic::IEnumerable::LINQ_First メソッド

IEnumerable::LINQ_First() method

シーケンスの最初の要素を返します。

T System::Collections::Generic::IEnumerable<T>::LINQ_First()

ReturnValue

シーケンスの最初の要素。

参照

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

指定された条件を満たすシーケンスの最初の要素。

参照