[corlib] Parse datetime string using culture calendar. Fixes #18052
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / UnknownWrapper.cs
index 5b20a8ce5011b74128c79d10877f6193376ba178..ae5dda0ea011ec20bde8d112429135534f681242 100644 (file)
@@ -30,6 +30,7 @@
 
 namespace System.Runtime.InteropServices
 {
+       [Serializable, ComVisible(true)]
        public sealed class UnknownWrapper
        {
                private object InternalObject;