[Mono-list] System.Collections.ArrayList Patch

Piers Haken piersh@friskit.com
Fri, 2 May 2003 16:31:53 -0700


I don't think you need to do the copy in Sort(). This should do it:

	Array.Sort (dataArray, null, index, count, comparer);

Also those checks could just be moved into the most general
Array.Sort().

Piers.

> -----Original Message-----
> From: Ben Maurer [mailto:bmaurer@users.sourceforge.net]=20
> Sent: Friday, May 02, 2003 2:51 PM
> To: Mono List
> Subject: [Mono-list] System.Collections.ArrayList Patch
>=20
>=20
> Hi guys,
>=20
> As per Miguel's suggestion, I am cleaning up the=20
> System.Collections namespace.
>=20
> I got the wrappers in the ArrayList working.
>=20
> Could someone do a sanity check on this. I will commit after=20
> that is done.
>=20
> --Ben Maurer
>=20