-
Spec says about the method:
and there's no way to make it more specific by providing overloads for concrete types?
|
Beta Was this translation helpful? Give feedback.
Answered by
333fred
Jun 13, 2025
Replies: 1 comment 2 replies
-
The spec very specifically goes over how overload resolution is performed. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
voroninp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/dotnet/csharplang/blob/main/proposals/csharp-10.0/improved-interpolated-strings.md#append-method-overload-resolution
The spec very specifically goes over how overload resolution is performed.