2009-05-27 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Channels / IClientChannelSink.cs
index 38c1f99004981706850604ba53aef52fb3d7c13f..077909cf9f2189202ffbaabd1e375bf9b8c56dad 100644 (file)
@@ -34,6 +34,9 @@ using System.Runtime.Remoting.Messaging;
 
 namespace System.Runtime.Remoting.Channels {
 
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public interface IClientChannelSink : IChannelSinkBase
        {
                IClientChannelSink NextChannelSink { get; }