Replies: 1 comment
|
The documentation looks incorrect. The access modifiers are valid and functional: https://sharplab.io/#v2:C4LglgNgNAJiDUAfAAgZgARgHbAKYCcAzAQwGNd0BJSnAk8gWACgBvZ9D9AB3wHs9SeGJlr4sxCOmQAWdAAU+AoTTxiJAWVzAAFrxgAKAJQBudp2yrxkmVVFXNOvUdNNO3fGABuxPO/65BXGEbB10DE2YAX2ZmZAAmdABhZjZXThD9alF6CjBDMw5UtzcwADpQpwi0jmimSKA=== |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I know, after c#8.0, access modifier can be used for interface default implementation,but the doc says:
But I find that the code below is valid in .net10:
So, what's the meaning of access modifier for interface abstract members? When does it implemented in c#? Is it merged into ECMA Spec?
All reactions