-
I accidently write following interpolation string which gave a strange result Console.WriteLine($"Content of {..} is strange"); The output is
I cannot see that this is what it should do. It should be a compilation error. |
Beta Was this translation helpful? Give feedback.
Answered by
HaloFour
Mar 14, 2022
Replies: 1 comment 1 reply
-
The syntax |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
magol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The syntax
..
is shorthand for an unbounded range orRange.All
.