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-22 17:59:11.000000000 -0500 +++ shadow/80567.tmp.23972 2007-01-23 00:41:45.000000000 -0500 @@ -133,6 +133,125 @@ console.WriteLine(method) instead of method.Name, otherwise it's not very useful. ------- Additional Comments From [EMAIL PROTECTED] 2007-01-22 17:59 ------- I thought I had used gmcs. I'll double check. Also, I'll re-run with changes you suggest. + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-23 00:41 ------- +-----------------.Net Multi-Dimenional Array: +System.String& Address(Int32, Int32) +System.Object Clone() +Void CopyTo(System.Array, Int64) +Void CopyTo(System.Array, Int32) +Boolean Equals(System.Object) +System.String Get(Int32, Int32) +Boolean get_IsFixedSize() +Boolean get_IsReadOnly() +Boolean get_IsSynchronized() +Int32 get_Length() +Int64 get_LongLength() +Int32 get_Rank() +System.Object get_SyncRoot() +System.Collections.IEnumerator GetEnumerator() +Int32 GetHashCode() +Int32 GetLength(Int32) +Int64 GetLongLength(Int32) +Int32 GetLowerBound(Int32) +System.Type GetType() +Int32 GetUpperBound(Int32) +System.Object GetValue(Int32, Int32) +System.Object GetValue(Int32, Int32, Int32) +System.Object GetValue(Int32[]) +System.Object GetValue(Int32) +System.Object GetValue(Int64, Int64, Int64) +System.Object GetValue(Int64[]) +System.Object GetValue(Int64) +System.Object GetValue(Int64, Int64) +Void Initialize() +Void Set(Int32, Int32, System.String) +Void SetValue(System.Object, Int32, Int32, Int32) +Void SetValue(System.Object, Int32[]) +Void SetValue(System.Object, Int32) +Void SetValue(System.Object, Int32, Int32) +Void SetValue(System.Object, Int64[]) +Void SetValue(System.Object, Int64, Int64, Int64) +Void SetValue(System.Object, Int64) +Void SetValue(System.Object, Int64, Int64) +System.String ToString() + +-----------------Mono Multi-Dimensional Array: +System.Object Clone() +Void CopyTo(System.Array, Int64) +Void CopyTo(System.Array, Int32) +Boolean Equals(System.Object) +Boolean get_IsFixedSize() +Boolean get_IsReadOnly() +Boolean get_IsSynchronized() +Int32 get_Length() +Int64 get_LongLength() +Int32 get_Rank() +System.Object get_SyncRoot() +IEnumerator GetEnumerator() +Int32 GetHashCode() +Int32 GetLength(Int32) +Int64 GetLongLength(Int32) +Int32 GetLowerBound(Int32) +System.Type GetType() +Int32 GetUpperBound(Int32) +System.Object GetValue(System.Int64[]) +System.Object GetValue(Int64, Int64, Int64) +System.Object GetValue(Int32, Int32, Int32) +System.Object GetValue(Int64, Int64) +System.Object GetValue(Int64) +System.Object GetValue(Int32, Int32) +System.Object GetValue(System.Int32[]) +System.Object GetValue(Int32) +Void Initialize() +Void SetValue(System.Object, System.Int32[]) +Void SetValue(System.Object, Int64, Int64, Int64) +Void SetValue(System.Object, Int64, Int64) +Void SetValue(System.Object, Int64) +Void SetValue(System.Object, Int32) +Void SetValue(System.Object, System.Int64[]) +Void SetValue(System.Object, Int32, Int32, Int32) +Void SetValue(System.Object, Int32, Int32) +System.String ToString() + +---------------------Mono Single-Dimensional Array: +System.Object Clone() +Void CopyTo(System.Array, Int64) +Void CopyTo(System.Array, Int32) +Boolean Equals(System.Object) +Boolean get_IsFixedSize() +Boolean get_IsReadOnly() +Boolean get_IsSynchronized() +Int32 get_Length() +Int64 get_LongLength() +Int32 get_Rank() +System.Object get_SyncRoot() +IEnumerator GetEnumerator() +Int32 GetHashCode() +Int32 GetLength(Int32) +Int64 GetLongLength(Int32) +Int32 GetLowerBound(Int32) +System.Type GetType() +Int32 GetUpperBound(Int32) +System.Object GetValue(System.Int64[]) +System.Object GetValue(Int64, Int64, Int64) +System.Object GetValue(Int32, Int32, Int32) +System.Object GetValue(Int64, Int64) +System.Object GetValue(Int64) +System.Object GetValue(Int32, Int32) +System.Object GetValue(System.Int32[]) +System.Object GetValue(Int32) +Void Initialize() +Void SetValue(System.Object, System.Int32[]) +Void SetValue(System.Object, Int64, Int64, Int64) +Void SetValue(System.Object, Int64, Int64) +Void SetValue(System.Object, Int64) +Void SetValue(System.Object, Int32) +Void SetValue(System.Object, System.Int64[]) +Void SetValue(System.Object, Int32, Int32, Int32) +Void SetValue(System.Object, Int32, Int32) +System.String ToString() + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
