Merge pull request #463 from strawd/concurrent-requests
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / WellKnownClientTypeEntry.cs
index c02f701350aa94768ac06b56556179ebf7429837..ee21e9ad7d5b88b9db02c255275a96f9bd280822 100644 (file)
@@ -34,6 +34,7 @@ using System.Reflection;
 
 namespace System.Runtime.Remoting {
 
+       [System.Runtime.InteropServices.ComVisible (true)]
        public class WellKnownClientTypeEntry : TypeEntry
        {
                Type obj_type;