Skip to content

Commit 14d11be

Browse files
authored
Update csharp-7-3.md (#6128)
1 parent a068713 commit 14d11be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/whats-new/csharp-7-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class C
6666
{
6767
static S s = new S();
6868

69-
public void M()
69+
unsafe public void M()
7070
{
7171
fixed (int* ptr = s.myFixedField)
7272
{

0 commit comments

Comments
 (0)