|
|
|
|
|
by goto11
2687 days ago
|
|
There is no way you can implement Linq in C# 2.0. C# 2 does not have lambdas and expression trees, so you cannot write an expression which can either be compiled into regular code or into an expression tree depending on context. |
|