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