2008-07-13 Nestor Salceda <nestor.salceda@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Channels / IChannel.cs
index 50b04429141da74be7bfe1b5857df6029f89f7f5..d69a799df9c607bae6ba491a1da0d9d6bd12ca75 100644 (file)
@@ -31,6 +31,9 @@
 
 namespace System.Runtime.Remoting.Channels {
 
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public interface IChannel
        {
                string ChannelName { get; }