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

IEnumerable::LINQ_Where method

指定された述語に基づいてシーケンスをフィルタリングします。

SharedPtr<IEnumerable<T>> System::Collections::Generic::IEnumerable<T>::LINQ_Where(std::function<bool(T)> predicate)
パラメーター説明
述語std::function<bool(T)>ある条件で各要素をテストする関数。

ReturnValue

フィルタリングされた要素を含む IEnumerable

参照