Is this a feature request, or do you really consider this a serious C# bug? If yes, can you explain your rationale?
-----Original Message----- From: Jeroen Frijters [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 11:40 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET-ROTOR] C# compiler cannot handle interfaces with static methods Hi John, I know that static methods in interfaces are not CLS and that the C# language spec doesn't allow them. I have no problem with C# not being able to call static methods on interfaces, but I do have a problem with not being able to implement interfaces with static methods (in particular .cctor), that IMHO is a (serious) bug. Regards, Jeroen