Skip to content

Commit 2ff9b7c

Browse files
authored
Add other C# 13 features to the C# list (#43053)
I missed adding these to the list when I made the new features.
1 parent bfc9d90 commit 2ff9b7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ C# 13 ships with the .NET 9 SDK and includes the following new features:
8282
- New escape sequence - `\e`
8383
- Method group natural type improvements
8484
- Implicit indexer access in object initializers
85+
- Enable `ref` locals and `unsafe` contexts in iterators and async methods
86+
- Enable `ref struct` types to implement interfaces
87+
- Allow ref struct types as arguments for type parameters in generics.
88+
- Partial properties and indexers are now allowed in `partial` types.
89+
- Overload resolution priority allows library authors to designate one overload as better than others.
8590

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

0 commit comments

Comments
 (0)