[corlib] Parse datetime string using culture calendar. Fixes #18052
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ICustomAdapter.cs
index 79f381adfb5246c5fadc9acd44c0b9ffe43ae1d1..6ad1e3566182419b72bbb8033e94a5914c744cf1 100644 (file)
@@ -32,6 +32,7 @@
 
 namespace System.Runtime.InteropServices {
 
+       [ComVisible (true)]
        public interface ICustomAdapter {
                [return: MarshalAs (UnmanagedType.IUnknown)]
                object GetUnderlyingObject ();