[Mono-dev] revert of r104029/30/31

Jeroen Frijters jeroen at sumatra.nl
Tue May 27 00:14:05 EDT 2008


Rolf Bjarne Kvinge wrote:
> > My understanding is that the parameters names are important in some
> > languages (VB?)
>
> Yes, for VB it might be important, given that it's possible to refer to
> a parameter with its name instead of position when calling a method.
>
> This means that VB code might not compile if the parameter names don't
> match MS.

Note that due to late binding this may also fail at runtime.

You may not like this feature, but parameter names are part of the API on the CLI.

Regards,
Jeroen



More information about the Mono-devel-list mailing list