-2

I read about local function definition in c# 7 version and I want to use in visual studio express 2013. how can I enable this.Please help me. thank in advance.

Dariusz Woźniak
  • 9,640
  • 6
  • 60
  • 73
user9116565
  • 135
  • 1
  • 3
  • 8

1 Answers1

-1

You should upgrade to Visual Studio 2017. I've been porting the same code since Visual Studio 2002 (C# 1.0) and the cases where it failed to compile are very rare!

Zyo
  • 1,934
  • 21
  • 25