Skip to content

Commit

Permalink
Add text in the .NET 9 file
Browse files Browse the repository at this point in the history
Add note on field backed properties for field backed properties.
  • Loading branch information
BillWagner committed Nov 11, 2024
1 parent 101e574 commit 79d20a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/core/whats-new/dotnet-9/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ C# 13 ships with the .NET 9 SDK and includes the following new features:
- Partial properties and indexers are now allowed in `partial` types.
- Overload resolution priority allows library authors to designate one overload as better than others.

In addition, C# 13 adds a preview feature: `field` backed properties.

For more information, see [What's new in C# 13](../../../csharp/whats-new/csharp-13.md).

## F# 9
Expand Down

0 comments on commit 79d20a5

Please sign in to comment.