[C# 13]: New Feature - ref struct interfaces #41206
Labels
🏁 Release: .NET 9
Work items for the .NET 9 release
dotnet-csharp/svc
in-pr
This issue will be closed (fixed) by an active pull request.
📌 seQUESTered
Identifies that an issue has been imported into Quest.
whats-new/subsvc
Visual Studio release
17.11p2
Link to speclet
Link to Pull request
New behavior
A new generic constraint
allow ref struct
allows aref struct
to implement that interface.Areas affected
Language reference tasks
The
where
generic constraint page needs updated.The page for
ref struct
needs to be updated to remove / update the restriction for implementing interfaces.The
F1
keyword forallows
needs to be added to the generic where constraint page.Programming guide content for generics should be examined.
Tutorial tasks
No response
Everyday C# tasks
No response
Associated WorkItem - 259821
The text was updated successfully, but these errors were encountered: