On Wednesday, 15 June 2016 at 08:21:06 UTC, John wrote:
OK, adding the return type to the signature should fix that. So:

  private static Parameter getParameters(MethodImpl method)

Sorry, I meant the getParameter methods should return be:

  private static Parameter[] getParameters(MethodImpl method)

and

private static Parameter[] getParameters(MethodImpl method, out Parameter returnParameter, bool getReturnParameter)

Reply via email to