Re: [Mono-dev] System.Collections.Specialized.NameValueCollection patch

2007-04-22 Thread Ilya Kharmatsky
onvertible[] etc. Eyal. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ilya Kharmatsky Sent: 17 April 2007 12:29 To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] System.Collections.Specialized.NameValueCollection patch Hi, Please approve attached p

Re: [Mono-dev] System.Collections.Specialized.NameValueCollection patch

2007-04-18 Thread Eyal Alaluf
Hi, Ilya. The fix in the CopyTo is incoreect. It disallows copying to object[] or IConvertible[] etc. Eyal. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ilya Kharmatsky Sent: 17 April 2007 12:29 To: mono-devel-list@lists.ximian.com Subject: [Mono-dev

[Mono-dev] System.Collections.Specialized.NameValueCollection patch

2007-04-17 Thread Ilya Kharmatsky
Hi, Please approve attached patch which fix proper exception handling in CopyTo method and constructors which get another instance of NameValueCollection. The patch contains also the respective test cases. Ilya. Index: Test/System.Collections.Specialized/NameValueCollectionTest.cs