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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
