In class/corlib/System.Collections.Generic:
authorAnkit Jain <radical@corewars.org>
Thu, 16 Mar 2006 17:04:44 +0000 (17:04 -0000)
committerAnkit Jain <radical@corewars.org>
Thu, 16 Mar 2006 17:04:44 +0000 (17:04 -0000)
commitbff6e6ed3588d2c5a2daf257b4cf16b9a5cf5c72
treec66484a623969ba4e4c253a72b9fe68f70a5f6f6
parent23686ce6597423dc29092a7a04a964d340270dbf
In class/corlib/System.Collections.Generic:

* List.cs (CheckIndex): Check for -ve indices and allow index == size.
(Insert): Use CheckIndex.

In class/corlib/Test/System.Collections.Generic:

* ListTest.cs: Add some tests for InsertRange.

svn path=/trunk/mcs/; revision=58069
mcs/class/corlib/System.Collections.Generic/ChangeLog
mcs/class/corlib/System.Collections.Generic/List.cs
mcs/class/corlib/Test/System.Collections.Generic/ChangeLog
mcs/class/corlib/Test/System.Collections.Generic/ListTest.cs