File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/core/whats-new/dotnet-10 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ C# 14 introduces several new features and enhancements to improve developer prod
5454- Support for partial instance constructors and partial events, complementing partial methods and properties introduced in C# 13.
5555- New ` extension ` blocks add support for static extension methods, and static and instance extension properties.
5656- Null-conditional assignment using the ` ?. ` operator.
57- - User defined compound assignment operators like ` += ` and ` -= ` .
58- - User defined increment (` ++ ` ) and decrement (` -- ` ) operators.
57+ - User- defined compound assignment operators like ` += ` and ` -= ` .
58+ - User- defined increment (` ++ ` ) and decrement (` -- ` ) operators.
5959
6060For more information, see [ What's new in C# 14] ( ../../../csharp/whats-new/csharp-14.md ) .
6161
You can’t perform that action at this time.
0 commit comments