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=78098 --- shadow/78098 2006-04-13 05:56:25.000000000 -0400 +++ shadow/78098.tmp.14135 2006-04-13 05:56:25.000000000 -0400 @@ -0,0 +1,28 @@ +Bug#: 78098 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Cosmetic +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Case differences between MSDN and Mono source + +Example: +System.Web.UI/StateBag.cs +line 251 + +Reference: +http://msdn2.microsoft.com/en-us/library/system.web.ui.statebag.system.collections.idictionary.item(VS.80).aspx + +MSDN : Object IDictionary.this [Object key] { + +Mono : object IDictionary.this [object key] { _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
