X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.InteropServices%2F_ConstructorInfo.cs;fp=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.InteropServices%2F_ConstructorInfo.cs;h=5515f46b9c0cd156e4d321bb9ca2430dafc910cf;hb=141bcfb93054ec6df62879236af35529ff9b4810;hp=bf6f6f56c77902a6ce67416a75f93e4b7698122b;hpb=53d746c7a107af18dda625f2efa9ffa132e44cb2;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.InteropServices/_ConstructorInfo.cs b/mcs/class/corlib/System.Runtime.InteropServices/_ConstructorInfo.cs index bf6f6f56c77..5515f46b9c0 100644 --- a/mcs/class/corlib/System.Runtime.InteropServices/_ConstructorInfo.cs +++ b/mcs/class/corlib/System.Runtime.InteropServices/_ConstructorInfo.cs @@ -17,9 +17,7 @@ namespace System.Runtime.InteropServices [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)] [Guid ("E9A19478-9646-3679-9B10-8411AE1FD57D")] [TypeLibImportClass (typeof (ConstructorInfo))] -#if NET_2_0 [ComVisible (true)] -#endif public interface _ConstructorInfo { bool Equals (object other);