Skip to content

Commit fc95333

Browse files
authored
Update cs0077.md
1 parent 583e706 commit fc95333

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/csharp/misc/cs0077.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ class M
4848
{
4949
s = sValue;
5050
}
51-
// CS0077, S is not a reference type.
52-
// Try the following line instead.
53-
// c = o1 as C;
5451
}
5552
}
5653
```

0 commit comments

Comments
 (0)