[Mono-list] Mono-generator .cctor() has incorrect sig (#45204)
Miguel de Icaza
miguel@ximian.com
28 Jun 2003 23:49:42 -0400
Hello,
> Monodis shows the following signature for mono-generated .cctors:
>
> .method compilercontrolled static specialname rtspecialname
> default void .cctor() cil managed
>
> Whereas .NET-generated .cctors have the following sig:
>
> .method private static hidebysig specialname rtspecialname
> default void .cctor() cil managed
Thanks for the report; This has been fixed.
Miguel