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 a068713 commit 14d11beCopy full SHA for 14d11be
docs/csharp/whats-new/csharp-7-3.md
@@ -66,7 +66,7 @@ class C
66
{
67
static S s = new S();
68
69
- public void M()
+ unsafe public void M()
70
71
fixed (int* ptr = s.myFixedField)
72
0 commit comments