[Mono-dev] [PATCH]
Robert Jordan
robertj at gmx.net
Fri Nov 26 07:51:01 EST 2010
On 26.11.2010 13:42, Rui Craveiro wrote:
> Hi,
>
> I am submitting a patch that contains the methods that are missing from the
> System.Xml.XmlConvert class. I have separated the patch into two files.
>
> classes.patch contains the changes to XmlConvert.cs and a small change I
> needed to do to XmlChar.cs.
> tests.patch contains the unit tests I created for these methods.
.NET 4.0 methods must be surrounded by conditionals:
#if NET_4_0
...
#endif
Robert
More information about the Mono-devel-list
mailing list