New features of C# 5.0 syntax

C# 5.0 .NET Framework 4.5 Visual Studio 2012

The newly introduced syntax of C# 5.0 is based on .Net Framework 4.5. Mainly introduced syntax: async and await, caller information

The most important of which are async and await

1. Async and await (async and await)

2. Caller Information (CallerInformation)

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325011378&siteId=291194637
Recommended