2007-11-30 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Metadata.W3cXsd2001 / SoapInteger.cs
index 0f7f1910f745461f0cc33b12085751f30f08e325..167004cf3bf3e9606d7f5c97fb8d963c87ed513f 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 SoapInteger : ISoapXsd
        {
                decimal _value;