Replies: 1 comment 1 reply
-
In regards to overload resolution and interfaces. If I understood correctly, you can apply the Attribute to interface methods, but implementors will not use it. What does that mean in practice? Calling an implementors implicit implementation of such a method would disregard the Attribute, but calling it explicitly (by casting it, or via generic constraints, or similar) would be affected by the Attribute? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
https://github.com/dotnet/csharplang/blob/main/meetings/2024/LDM-2024-06-17.md
Agenda
params
Span breaksoverride
srecord struct
sBeta Was this translation helpful? Give feedback.
All reactions