[Mono-bugs] [Bug 23540] Changed - Expression denotes a `value' where a `variable'/Not all code paths return a value
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
22 Apr 2002 16:31:09 -0000
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=23540
--- shadow/23540 Tue Apr 16 19:49:43 2002
+++ shadow/23540.tmp.1549 Mon Apr 22 12:31:09 2002
@@ -40,6 +40,9 @@
throw new ArgumentException("Argument 'Index' must be less than or
equal
to the length of 'String'.", "Index");
return Str.ToCharArray(Index -1, 1)[0];
}
}
+
+------- Additional Comments From lupus@ximian.com 2002-04-22 12:31 -------
+*** Bug 23733 has been marked as a duplicate of this bug. ***