TerrificTable55
✅ `... void SomeFunction(string parameters...)` function in CSharp
In java you can define functions that take "infinite" parameters (i forgot the name) with the
type name...
syntax and then when calling the function you could parse arguments like this "A", "B", "C"
without a limit to how many you can give it
and the argument you get in the function itself is a array
is there a way to do the same thing in c#?14 replies