Moved TestConfiguration.cs to Npgsql.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ImportedFromTypeLibAttribute.cs
index dbd523b01a338621323bfade776877119e16f517..f2cff635c43f8beb65b46e303886473563b145ec 100644 (file)
@@ -33,6 +33,9 @@ using System;
 
 namespace System.Runtime.InteropServices {
        
+#if NET_2_0
+       [ComVisible(true)]
+#endif 
        [AttributeUsage (AttributeTargets.Assembly, Inherited=false)]
        public sealed class ImportedFromTypeLibAttribute : Attribute
        {