新版本的变更 / C# 11.0
列表模板
插值期间换行
required 修饰符
文件访问修饰符
结构字段的初始化
多行字面量
file
class
Point
{ }
If
you declare classes
with
the same name in different files
in
the same
namespace
by adding the
file
modifier, there will be no conflicts.