* Makefile.am: Build `docs` after `runtime`, so that it can depend
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / PreserveSigAttribute.cs
index afada5ee5a9544124943f14678123392788e5973..5a6b4ca264558ad970775e2a6c62ef19967d2e58 100644 (file)
@@ -32,6 +32,9 @@ using System;
 
 namespace System.Runtime.InteropServices {
 
+#if NET_2_0
+       [ComVisible(true)]
+#endif 
        [AttributeUsage (AttributeTargets.Method, Inherited=false)]
        public sealed class PreserveSigAttribute : Attribute
        {