X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.Remoting.Metadata.W3cXsd2001%2FSoapNonPositiveInteger.cs;h=c1e602007d2378a04ae354f269858ef957d81aaa;hb=e828ffcda66cee071ce1d2bdb67aebe05cc32f4f;hp=223e869ed59e6f48ef50148370e069ddca1832e9;hpb=89d0ba3968d36576553e0f483b0c69465f94e8ae;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.Remoting.Metadata.W3cXsd2001/SoapNonPositiveInteger.cs b/mcs/class/corlib/System.Runtime.Remoting.Metadata.W3cXsd2001/SoapNonPositiveInteger.cs index 223e869ed59..c1e602007d2 100644 --- a/mcs/class/corlib/System.Runtime.Remoting.Metadata.W3cXsd2001/SoapNonPositiveInteger.cs +++ b/mcs/class/corlib/System.Runtime.Remoting.Metadata.W3cXsd2001/SoapNonPositiveInteger.cs @@ -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 SoapNonPositiveInteger : ISoapXsd { decimal _value;