关于[Exploring C# 10: Save Space with File-Scoped Namespaces]的摘要:
In this post, let's explore file-scoped namespaces in the new version of C#, C# 10. .NET 6 and C# 10 hit general availability next month (in November 2021). Much like I did with C# 9 last year, I'd like to write about C# 10 over my next few posts. First, let's talk about a simple yet powerful capability: file-scoped namespace declarations.
原文地址: https://www.daveabrock.com/2021/10/05/csharp-10-file-scoped-namespaces/