[Mono-list] mcs won't allow implementation of interfaces with static methods

Jeroen Frijters mono@jeroen.nu
Wed, 14 Aug 2002 10:37:30 +0200


When I have a C# class that tries to implement an interface (created
with ILASM) that contains a static method, mcs gives an error saying
that I should implement the static method (which obviously doesn't make
sense).

Regards,
Jeroen