Moved TestConfiguration.cs to Npgsql.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / InAttribute.cs
index dbe7e34f14f61bc13dbe0dd4f77d3bdafd46b095..f785e445046ba6f9e47d883ec94200118e7f87f3 100644 (file)
@@ -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 () {