Commit 190acf1
Update sealed.md with sealing methods from Object class (#44196)
* Update sealed.md with sealing methods from Object class
It was introduced in C# 10. There is possibility to prevent overriding of ToString() and the rest of Object's virtual methods
* Update sealed.md
corrected hrefs
* Update sealed.md
Fixed link to what's-new
* Update sealed.md
there was still too much '/' backtracking in the whats-new link
* Update docs/csharp/language-reference/keywords/sealed.md
Co-authored-by: Bill Wagner <[email protected]>
---------
Co-authored-by: Bill Wagner <[email protected]>1 parent b9053c9 commit 190acf1
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments