On 07/28/03 [EMAIL PROTECTED] 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

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to