[Mono-list] Implement the type definition for params

Miguel de Icaza miguel@ximian.com
29 Jul 2003 02:02:59 -0400


Hello,

> does anyone know why I get "Implement the type definition for params" when I
> compile one of my libraries.  It compiles successfully and seems to work
> fine.  Just curious what the message means.

Mcs is lacking support for `params' in interface methods;  Thanks for
reporting this, I had forgotten about it.

Miguel