In class/corlib/System.Collections.Generic:
commit8dd5ace94cc0eebdbc585a1233afbaa3998fd306
authorankit <ankit@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Thu, 16 Mar 2006 17:04:44 +0000 (16 17:04 +0000)
committerankit <ankit@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Thu, 16 Mar 2006 17:04:44 +0000 (16 17:04 +0000)
tree833009bf084431d1d7d946f84fa551893f1e50ef
parent904ef23815188bef4443dc3f2218ad8d24610434
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.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@58069 e3ebcda4-bce8-0310-ba0a-eca2169e7518
class/corlib/System.Collections.Generic/ChangeLog
class/corlib/System.Collections.Generic/List.cs
class/corlib/Test/System.Collections.Generic/ChangeLog
class/corlib/Test/System.Collections.Generic/ListTest.cs