Open
Description
This is an example of a method with a vararg param:
https://docs.microsoft.com/en-us/dotnet/api/system.console.write?view=netframework-4.8#System_Console_Write_System_String_System_Object_System_Object_System_Object_System_Object_
I don't know how many we had of these.
On MSDN, a ... param was added to the bottom of the list
And had special syntax for those:
You can see they look different on ildasm:
/cc @joelmartinez @dend