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

Kazuki Oikawa kazuki at panicode.com
Thu Mar 3 07:11:57 EST 2005


Hi,

I saw the Visual Studio 2005 Beta Documentation Library and the class
status page and C# 2005 Express Beta1's Object browser, made a change,
and committed it.

If I am wrong, please teach me the place of the correct documents.

Best regards.
Kazuki Oikawa

Atsushi Eno wrote:
> 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
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 
> 
> 




More information about the Mono-devel-list mailing list