New tests.
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Channels / BaseChannelWithProperties.cs
index 42344a55975fdd083217de29a8e87d0e9824e891..213b8032621aed98e86390d6857bc177944efde1 100644 (file)
@@ -34,6 +34,9 @@ using System.Collections;
 
 namespace System.Runtime.Remoting.Channels
 {
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public abstract class BaseChannelWithProperties :
                BaseChannelObjectWithProperties
        {