Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/core/whats-new/dotnet-9/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ C# 13 ships with the .NET 9 SDK and includes the following new features:
- New escape sequence - `\e`
- Method group natural type improvements
- Implicit indexer access in object initializers
- Enable `ref` locals and `unsafe` contexts in iterators and async methods
- Enable `ref struct` types to implement interfaces
- Allow ref struct types as arguments for type parameters in generics.
- Partial properties and indexers are now allowed in `partial` types.
- Overload resolution priority allows library authors to designate one overload as better than others.

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

Expand Down
Loading