Skip to content

Commit 79d20a5

Browse files
committed
Add text in the .NET 9 file
Add note on field backed properties for field backed properties.
1 parent 101e574 commit 79d20a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/core/whats-new/dotnet-9/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ C# 13 ships with the .NET 9 SDK and includes the following new features:
8888
- Partial properties and indexers are now allowed in `partial` types.
8989
- Overload resolution priority allows library authors to designate one overload as better than others.
9090

91+
In addition, C# 13 adds a preview feature: `field` backed properties.
92+
9193
For more information, see [What's new in C# 13](../../../csharp/whats-new/csharp-13.md).
9294

9395
## F# 9

0 commit comments

Comments
 (0)