2008-07-13 Nestor Salceda <nestor.salceda@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Channels / IChannelSinkBase.cs
index 6bb81796f7359fc0cf9318cc6fd1f969a0df3968..d17c279cf95112262e1483493e4dea7fadb39a95 100644 (file)
@@ -33,6 +33,9 @@ using System.Collections;
 
 namespace System.Runtime.Remoting.Channels {
 
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public interface IChannelSinkBase
        {
                IDictionary Properties { get; }