[Mono-list] CopyTo

Nick Drochak ndrochak@gol.com
Thu, 26 Sep 2002 21:16:02 +0900


| -----Original Message-----
| From: mono-list-admin@ximian.com 
| [mailto:mono-list-admin@ximian.com] On Behalf Of Martin Aliger
| Sent: Thursday, September 26, 2002 6:33 PM
| To: mono-list@ximian.com
| Subject: [Mono-list] CopyTo
| 
| I found next problem with CopyTo method. First consider it as 
| LAMEDOC and than found, it is already described in 
| class/doc/API-notes under Array.CopyTo. This method seems to 
| be reworked to be same as MS implementation (not docs).

I was trying to get it to behave as in the MS docs using
IsAssignableFrom(), but that doesn't cover everything.  I am still in
mid-fix on this one, but if you have a good idea of how to get it to
behave like the MS one, I'll gladly review the patch :)

Nick D.