Re: [Mono-dev] Patch for System.ComponentModel.TypeDescriptor

2008-01-03 Thread Vladimir Krasnov
: Thursday, January 03, 2008 2:24 AM To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Patch for System.ComponentModel.TypeDescriptor Vladimir Krasnov wrote: Hello, Please review and approve attached patch for TypeDescriptor.GetProperties() method. This fixes the order

Re: [Mono-dev] Patch for System.ComponentModel.TypeDescriptor

2008-01-03 Thread Ivan N. Zlatev
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ivan N. Zlatev Sent: Thursday, January 03, 2008 2:24 AM To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Patch for System.ComponentModel.TypeDescriptor Vladimir Krasnov wrote: Hello, Please review

[Mono-dev] Patch for System.ComponentModel.TypeDescriptor

2008-01-02 Thread Vladimir Krasnov
Hello, Please review and approve attached patch for TypeDescriptor.GetProperties() method. This fixes the order of properties in the returning collection which is important for System.Web data bound controls. Vladimir TypeDescriptor.cs.patch Description: TypeDescriptor.cs.patch

Re: [Mono-dev] Patch for System.ComponentModel.TypeDescriptor

2008-01-02 Thread Gert Driesen
Vladimir, Can you also add a unit test for this ? Thanks! Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vladimir Krasnov Sent: woensdag 2 januari 2008 17:42 To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] Patch

Re: [Mono-dev] Patch for System.ComponentModel.TypeDescriptor

2008-01-02 Thread Ivan N. Zlatev
Vladimir Krasnov wrote: Hello, Please review and approve attached patch for TypeDescriptor.GetProperties() method. This fixes the order of properties in the returning collection which is important for System.Web data bound controls. You can get rid off the Hashtable used in