We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190f508 commit e559363Copy full SHA for e559363
1 file changed
standard/structs.md
@@ -73,7 +73,7 @@ It is a compile-time error if a ref struct type is used in any of the following
73
- As the type of a tuple element.
74
- In an async method.
75
- In an iterator.
76
-- As the receiver type for a method group conversion to a delegate type.
+- As the receiver type for a method group conversion from an instance method to a delegate type.
77
- As a captured variable in a lambda expression or a local function.
78
79
In addition, the following restrictions apply to a `ref struct` type:
0 commit comments