Fix warnings in mscorlib's Test suite + bring a couple more tests + fix thread rename...
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ComConversionLossAttribute.cs
index ee63ad4db19deed7c45f7631f26f0fbd63a48dff..6e633a5a49ba30d2c3710af603e2116a413be488 100644 (file)
@@ -34,6 +34,7 @@ using System;
 namespace System.Runtime.InteropServices {
 
        [AttributeUsage (AttributeTargets.All, Inherited=false)]
+       [ComVisible (true)]
        public sealed class ComConversionLossAttribute : Attribute
        {
                public ComConversionLossAttribute ()