2007-11-30 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Metadata.W3cXsd2001 / SoapNonNegativeInteger.cs
index 564f1c7d268d340a44d7b24aa6f33160bd46079a..765e989e5d62a4727c41beb9fab5d2cc6c1c2b22 100644 (file)
@@ -36,6 +36,9 @@ using System;
 namespace System.Runtime.Remoting.Metadata.W3cXsd2001 
 {
        [Serializable]
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public sealed class SoapNonNegativeInteger : ISoapXsd
        {
                decimal _value;