[System] Process.WaitForExit now triggers event Exited.
[mono.git] / mcs / class / corlib / System / ICloneable.cs
index a1626c4e64a12df0f7404258c6883cb65e72e140..931f53422a283f7738ed42ecfe85ccb5f13a3f3d 100644 (file)
 using System.Runtime.InteropServices;
 
 namespace System {
-#if NET_2_0
        [ComVisible(true)]
+#if INSIDE_CORLIB
+       public
+#else
+       internal
 #endif
-       public interface ICloneable {
+       interface ICloneable {
                object Clone ();
        }
 }