Changes in new versions / C# 11.0
Initialization of structure fields
List patterns
file access modifier
required modifier
Multiline string literal
Line break during interpolation
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.