CrossAppDomainChannel.cs: Make _ContextID an object that fixes bug #422491.
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Channels / IServerChannelSinkProvider.cs
index a9b37037d2b235e35632b9af0abb4db58056968d..e0e6e6247338758677ed5eebbd87bcb02f4ce95e 100644 (file)
@@ -31,6 +31,9 @@
 
 namespace System.Runtime.Remoting.Channels {
 
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public interface IServerChannelSinkProvider
        {
                IServerChannelSinkProvider Next { get;  set; }