* Makefile.am: Build `docs` after `runtime`, so that it can depend
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / InAttribute.cs
old mode 100755 (executable)
new mode 100644 (file)
index dbe7e34..f785e44
@@ -33,6 +33,9 @@ using System;
 
 namespace System.Runtime.InteropServices {
 
+#if NET_2_0
+       [ComVisible(true)]
+#endif 
        [AttributeUsage (AttributeTargets.Parameter, Inherited=false)]
        public sealed class InAttribute : Attribute {
                public InAttribute () {