Y
Hacker News
new
|
ask
|
show
|
jobs
by
shortrounddev2
945 days ago
I think 3 dots is the varargs syntax so they didn't want to collide
1 comments
rjbwork
945 days ago
Variable number of arguments is a keyword, params. I don't believe there's any 3 dot operator in C#.
https://learn.microsoft.com/en-us/dotnet/csharp/language-ref...
link