Replies: 4 comments 24 replies
-
Is my understanding correct for overload resolution?
|
Beta Was this translation helpful? Give feedback.
-
The "silent majority" probably just never experienced any issues with |
Beta Was this translation helpful? Give feedback.
-
Regarding overload priority, is it possible to add a flag to the attribute to "remove" it from IntelliSense? Or maybe negative value means it's not suggested? |
Beta Was this translation helpful? Give feedback.
-
Would the user priority only take effect when the call is ambiguous or it would take precedence over the default rules altogether? void M(object); // with priority
void M(string); // no priority or less
M("str"); // which one does this bind to? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/dotnet/csharplang/blob/main/meetings/2024/LDM-2024-03-04.md
Agenda
field
andvalue
contextual keywordsBeta Was this translation helpful? Give feedback.
All reactions