2007-11-05 Stephane Delcroix <sdelcroix@novell.com>
[mono.git] / mcs / class / corlib / System / IConvertible.cs
index f8df6df61c28a640a5855491491a8389bcc93b81..c9c00f490f66e774661aacb607f7674bb73177b3 100644 (file)
 // See http://lists.ximian.com/archives/public/mono-list/2001-July/000525.html
 // for more discussion on the topic
 //
+using System.Runtime.InteropServices;
 
 namespace System {
 
+#if NET_2_0
+    [ComVisible(true)]
+#endif
     [CLSCompliant(false)]
     public interface IConvertible {