[Solved] Why this code is compiling? [closed]
You could have easily search for the reason in the documentation. From MSDN: By using the params keyword, you can specify a method parameter that takes a variable number of arguments. You can send a comma-separated list of arguments of the type specified in the parameter declaration or an array of arguments of the specified … Read more