enable c# 7.0 function in visual studio express 2013

449 Views Asked by At

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.

1

There are 1 best solutions below

0
On

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!