[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 14:21:41 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 michaelgwelch at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=80567

--- shadow/80567	2007-01-21 12:54:37.000000000 -0500
+++ shadow/80567.tmp.29293	2007-01-21 14:21:41.000000000 -0500
@@ -89,6 +89,30 @@
 
 ------- 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.
+
+------- Additional Comments From michaelgwelch at gmail.com  2007-01-21 14:21 -------
+Here are the methods returned from program on .NET:
+AddressAt, SetAt, GetAt, Address, Set, Get, GetEnumerator,
+get_IsSynchronized, get_SyncRoot, CopyTo, get_IsFixedSize,
+get_IsReadOnly, Clone, CopyTo, GetHashCode, Equals, ToString,
+GetValue, GetValue, GetValue, GetValue, GetValue, GetValue, GetValue,
+GetValue, SetValue, SetValue, SetValue, SetValue, SetValue, SetValue,
+SetValue, SetValue, get_Length, get_LongLength, GetLength,
+GetLongLength, get_Rank, GetUpperBound, GetLowerBound, Initialize,
+GetType, .ctor, .ctor, Length, LongLength, Rank, SyncRoot, IsReadOnly,
+IsFixedSize, IsSynchronized
+
+Here are the methods returned from program on .NET with
+single-dimension array:
+AddressAt, SetAt, GetAt, Address, Set, Get, GetEnumerator,
+get_IsSynchronized, get_SyncRoot, CopyTo, get_IsFixedSize,
+get_IsReadOnly, Clone, CopyTo, GetHashCode, Equals, ToString,
+GetValue, GetValue, GetValue, GetValue, GetValue, GetValue, GetValue,
+GetValue, SetValue, SetValue, SetValue, SetValue, SetValue, SetValue,
+SetValue, SetValue, get_Length, get_LongLength, GetLength,
+GetLongLength, get_Rank, GetUpperBound, GetLowerBound, Initialize,
+GetType, .ctor, Length, LongLength, Rank, SyncRoot, IsReadOnly,
+IsFixedSize, IsSynchronized


More information about the mono-bugs mailing list