Make sure to clear compiled items. Fixes regressions appeared in WCF land.
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Messaging / OneWayAttribute.cs
index bf6e0d9ae6a1cb713b70495b7b8134e7f298000e..46b9630cc70f77f34b818d157af5b8766b3f70a4 100644 (file)
@@ -34,6 +34,7 @@ using System;
 namespace System.Runtime.Remoting.Messaging {
 
        [AttributeUsage (AttributeTargets.Method)]
+       [System.Runtime.InteropServices.ComVisible (true)]
        public class OneWayAttribute : Attribute
        {
                public OneWayAttribute ()