Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これを変換する方法を考えているところです: List.Where(X=>X>5);非ラムダ式コードに。ここで Func を機能させる方法がわかりません。
List.Where(X=>X>5);