* Makefile.am: Build `docs` after `runtime`, so that it can depend
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ComImportAttribute.cs
index e9400b250c6f6055b9a1a77c017a19ee1334e668..890af402c338f01a1e358ee8e8ecee04d31fba1c 100644 (file)
@@ -35,6 +35,9 @@ namespace System.Runtime.InteropServices {
 
        [AttributeUsage (AttributeTargets.Class |
                         AttributeTargets.Interface, Inherited=false)]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public sealed class ComImportAttribute : Attribute
        {
                public ComImportAttribute ()