[Mono-devel-list] Re: W3C test suite - closing readers

Andrew Skiba andrews at mainsoft.com
Sun Jul 24 08:54:45 EDT 2005


Atsushi Eno wrote:
 > Hi Rafi,
 >
 > I have never touched that test runner, but I guess this patch
 > would be OK for Andrew.
 >

It is OK except one extra Close inside using, which I would remove for
clarity:

	using (StreamReader reader = new StreamReader (filename)) {
		...
-		reader.Close();
	}


Regards, Andrew.




More information about the Mono-devel-list mailing list