[Mono-bugs] [Bug 80567][Nor] Changed - Arrays don't have the Set and Get methods that are available (from IL) in Microsoft's .NET
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Jan 21 12:54:37 EST 2007
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80567
--- shadow/80567 2007-01-21 12:31:53.000000000 -0500
+++ shadow/80567.tmp.27350 2007-01-21 12:54:37.000000000 -0500
@@ -1,16 +1,16 @@
Bug#: 80567
-Product: Mono: Class Libraries
+Product: Mono: Runtime
Version: 1.2
OS: GNU/Linux [Other]
OS Details: Ubuntu Edgy Eft
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
-Component: System
+Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: michaelgwelch at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -83,6 +83,12 @@
IL_000b: call instance string string[,]::Get(int32, int32)
So it appears the Get method is indeed part of the class string[,].
However, any attempt I make to use reflection to get a MethodInfo
class for the Get method it is not found.
+
+------- Additional Comments From lupus at ximian.com 2007-01-21 12:54 -------
+Please post the result of running the program on .net and include also
+a run with a single-dimension array.
+We currently synthetize the .ctor methods, I guess we'll need to add
+these ones as well.
More information about the mono-bugs
mailing list