and not "a feature of .Net Fx 3.0+"

the following code can be successfully compiled when targeting .net Fx 2.0 (and .net CF 2.0 platform as well):

Lambda expression is a feature of VS2008        delegate int MyDelegate(int x, int y);
Lambda expression is a feature of VS2008
Lambda expression is a feature of VS2008        
static void Main()

 

Because of the csc in VS2008 is for csharp 3   :-)

enjoy!

 

Freesc

 

相关文章:

  • 2022-01-07
  • 2021-11-03
  • 2022-01-07
  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
猜你喜欢
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2021-07-16
相关资源
相似解决方案