[Mono-list] Modifying Base Class of Mono
Paolo Molaro
lupus@ximian.com
Tue, 29 Jul 2003 11:46:31 +0200
On 07/28/03 apwilson@rogers.com wrote:
> I am a graduate student doing some research into C#. I am trying to add some functionality to the ArrayList class under System.Collections. Originally, I was using the Microsoft Shared Source. I would modify the source code for the ArrayList class and rebuild everything and then I could use whatever I have added to the ArrayList collection in a C# program.
> I have since moved to a Linux system and switched to Mono as it is much faster than the MS shared source.
> So I guess the question is: where is (or is there) the source code for the C# base classes located in the mono source code, and what would I have to do to use any changes I make to that source code?
It's included in the mcs cvs module (in the class/corlib directory),
or you may want to use the mcs source tarball.
Happy hacking!
lupus
--
-----------------------------------------------------------------
lupus@debian.org debian/rules
lupus@ximian.com Monkeys do it better