* Makefile.am: Build `docs` after `runtime`, so that it can depend
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ClassInterfaceAttribute.cs
index 67c4cd4e2c73ee472a2089aef1675d83b34e4283..b0dcdf4e2498d34f2bd38db60095d48f961200ca 100644 (file)
@@ -36,6 +36,9 @@ namespace System.Runtime.InteropServices {
 
        [AttributeUsage(AttributeTargets.Assembly | 
                        AttributeTargets.Class, Inherited=false)]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public sealed class ClassInterfaceAttribute : Attribute {
                private ClassInterfaceType ciType;