I'm using visual studio 2013. I found a project in github, that project is using Visual Studio 2015. I'm trying to compile it but I get an error using vs2013
Invalid token ';' in class, struct, or interface member declaration
Here code's :
private readonly Log _log;
public Log Log => _log; // What => Operator is doing ? Pointer ?
Yes, What new features of =>
operator in C# [6.0]
? and is there any way to use C# 6.0 in vs2013?