2007-02-08 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / UnknownWrapper.cs
index 5b20a8ce5011b74128c79d10877f6193376ba178..11c83b6c0e808efd3d30f8f1e4db475b852572c5 100644 (file)
@@ -30,6 +30,9 @@
 
 namespace System.Runtime.InteropServices
 {
+#if NET_2_0
+       [Serializable, ComVisible(true)]
+#endif
        public sealed class UnknownWrapper
        {
                private object InternalObject;