[corlib] Parse datetime string using culture calendar. Fixes #18052
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / IChannelInfo.cs
index c36685938680e78b4f79fd5b934e8b6acc434397..a4531c5c23c7c92d72706858d7931f7376e78d55 100644 (file)
@@ -33,6 +33,7 @@ using System;
 
 namespace System.Runtime.Remoting {
 
+       [System.Runtime.InteropServices.ComVisible (true)]
        public interface IChannelInfo
        {
                object[] ChannelData { get; set; }