You do it just like that. It's not like optional parameters in VB or C# but more like a ParamArray, i.e. it specifies that the method will accept zero, one or more arguments. You can't specify the number and type of the parameters that way.