[sgen] Exclusive write on binary protocol file
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ICustomFactory.cs
index bbd17b3ea84eab04f34c440c1740ecffcf7303e2..2f22d28183dc03a4c563791dabed95b8eeeac059 100644 (file)
@@ -32,9 +32,7 @@
 
 namespace System.Runtime.InteropServices {
 
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public interface ICustomFactory {
                MarshalByRefObject CreateInstance (Type serverType);
        }