2008-07-13 Nestor Salceda <nestor.salceda@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Channels / IClientChannelSinkProvider.cs
index 2213dc0ce7c9bd27c72586bf02083aa212a089e8..37048c9d0596d516c8f74ddb5456bf6c42331d19 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 IClientChannelSinkProvider
        {
                IClientChannelSinkProvider Next { get;  set; }