Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77304 --- shadow/77304 2006-01-19 10:02:58.000000000 -0500 +++ shadow/77304.tmp.22807 2006-01-21 06:16:56.000000000 -0500 @@ -1,14 +1,14 @@ Bug#: 77304 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: -Status: NEW -Resolution: -Severity: +Status: RESOLVED +Resolution: INVALID +Severity: Unknown Priority: Minor Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -35,6 +35,17 @@ Expected Results: Perfectly legal, as long as index >= 0 && index < _items.Length How often does this happen? Every time. + +------- Additional Comments From [EMAIL PROTECTED] 2006-01-21 06:16 ------- +This is by design: + +.NET 1.1 +http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemcollectionsarraylistclassitemtopic.asp + +.NET 2.0 +http://msdn2.microsoft.com/en-us/library/system.collections.arraylist.item.aspx + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
