File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
docs/core/whats-new/dotnet-9 Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
8691For more information, see [ What's new in C# 13] ( ../../../csharp/whats-new/csharp-13.md ) .
8792
You can’t perform that action at this time.
0 commit comments