Changes in new versions / C# 10.0
"with" expressions for structures
Initializing a structure and its fields
Interpolation of constant strings
Nested property patterns
Global using directive
namespace for the entire file
Sealed ToString method
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.