Parameter type 'in' is translated as 'ByVal', everything else is 'ByRef'
The type 'ParamArray' is supported by using the stereotype << ParamArray >> with a parameter
A 'ParamArray' parameter must be the last parameter
A 'ParamArray' parameter must be of type 'in' or 'ByVal'