[Mono-devel-list] Removing GetHashCode and Equal from System.AppDomain and System.OperatingSystem

Duncan Mak duncan at ximian.com
Wed Jul 23 23:38:41 EDT 2003


Hi,

The patch attached has two parts:

1) GetHashCode and Equals are inherited from System.Object for
System.AppDomain and System.OperatingSystem. This patch comments out
these two methods for the two classes.

2) For System.Reflection.Emit.OpCodes, the value 'BoxVal' is not listed
in the documentation (1.0 and 1.1). This patch comments that value out.

>From Google, the search 'OpCodes BoxVal' returns a total of four hits:
two of them from commit messages in Mono's ILasm, one from
Portable.NET's status page, and one more from 123aspx.com...

Should I commit this?

Duncan.



More information about the Mono-devel-list mailing list