新版本的变更 / C# 10.0
with 语句与结构
嵌套属性模板
常量字符串的插值
结构及其字段的初始化
整个文件的命名空间
全局 using 指令
密封的 ToString 方法
global
using
System
.
Threading
;
This
innovation allows the
using
directive to be used project-wide. To
do
this
, add the keyword
global
before the
using
phrase.