关于[Exploring C# 10: Global Using Declarations]的摘要:
Welcome back to my series on new C# 10 features. I kicked off this series by writing about file-scoped namespaces, a simple but powerful way to remove unnecessary verbosity from your C# code. This time, we're talking about a new feature that achieves similar goals: global using declarations.
原文地址: https://www.daveabrock.com/2021/10/21/csharp-10-global-usings/