C#的神奇语法糖之enum declaration
最近在执行学习计划里和C#有关的部分,发现C#为了让人用起来舒心真的是很努力啊,加了很多很方便的东西,虽然可能会是anti-pattern。
一个很有趣的例子:

参见C# 6.0 draft specification:https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/introduction
最近在执行学习计划里和C#有关的部分,发现C#为了让人用起来舒心真的是很努力啊,加了很多很方便的东西,虽然可能会是anti-pattern。
一个很有趣的例子:
参见C# 6.0 draft specification:https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/introduction