0 votes
in C Sharp by
C# 8.0 features

1 Answer

0 votes
by
Readonly members

Default interface methods

Pattern matching enhancements:

Switch expressions

Property patterns

Tuple patterns

Positional patterns

Using declarations

Static local functions

Disposable ref structs

Nullable reference types

Asynchronous streams

Indices and ranges

Null-coalescing assignment

Unmanaged constructed types

Stackalloc in nested expressions

Enhancement of interpolated verbatim strings
...