[Mono-devel-list] [Fwd: [Mono-patches] r41010 - trunk/mcs/class/corlib/System.Collections.Generic]

Atsushi Eno atsushi at ximian.com
Mon Feb 21 21:54:59 EST 2005


Hi Martin,

I don't think they are removed. At least they are on the class
status page.
http://mono.ximian.com/class-status/mono-HEAD-vs-fx-2/class-status-mscorlib.html

Atsushi Eno


-------- Original Message --------
Subject: [Mono-patches] r41010 - 
trunk/mcs/class/corlib/System.Collections.Generic
Date: Mon, 21 Feb 2005 14:13:17 -0500 (EST)
From: Martin Baulig <martin at mono-cvs.ximian.com>
To: mono-patches at lists.ximian.com

Author: martin
Date: 2005-02-21 14:13:17 -0500 (Mon, 21 Feb 2005)
New Revision: 41010

Modified:
    trunk/mcs/class/corlib/System.Collections.Generic/ChangeLog
    trunk/mcs/class/corlib/System.Collections.Generic/IComparer.cs
Log:
2005-02-21  Martin Baulig  <martin at ximian.com>

	* IComparer.cs: Reverted the last change here, Equals() and
	GetHashCode() have been removed a long time ago.



Modified: trunk/mcs/class/corlib/System.Collections.Generic/ChangeLog
===================================================================
--- trunk/mcs/class/corlib/System.Collections.Generic/ChangeLog 
2005-02-21 18:34:11 UTC (rev 41009)
+++ trunk/mcs/class/corlib/System.Collections.Generic/ChangeLog 
2005-02-21 19:13:17 UTC (rev 41010)
@@ -1,3 +1,8 @@
+2005-02-21  Martin Baulig  <martin at ximian.com>
+
+	* IComparer.cs: Reverted the last change here, Equals() and
+	GetHashCode() have been removed a long time ago.
+
  2005-02-21  Kazuki Oikawa  <kazuki at panicode.com>

  	* IComparer.cs, IDictionary.cs: Corrected the wrong declaration.

Modified: trunk/mcs/class/corlib/System.Collections.Generic/IComparer.cs
===================================================================
--- trunk/mcs/class/corlib/System.Collections.Generic/IComparer.cs 
2005-02-21 18:34:11 UTC (rev 41009)
+++ trunk/mcs/class/corlib/System.Collections.Generic/IComparer.cs 
2005-02-21 19:13:17 UTC (rev 41010)
@@ -39,8 +39,6 @@
  	[ComVisible(false)]
  	public interface IComparer<T> {
  		int Compare (T x, T y);
-		bool Equals (T x, T y);
-		int GetHashCode (T obj);
  	}
  }
  #endif

_______________________________________________
Mono-patches maillist  -  Mono-patches at ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches




More information about the Mono-devel-list mailing list