[Mono-list] Separate Files

Marcus mathpup@mylinuxisp.com
Sat, 28 Aug 2004 21:32:21 -0500


With the original C# standard, no, you can't, but C# 2.0 supports dividing the 
class into several files at including the keyword "partial" in the class 
declarations.


On Saturday 28 August 2004 9:16 pm, Eric Damron wrote:
> I just started using mono, C# and monodevelop so forgive the beginner
> question.
>
> If I have a class with a particular nasty function, is there a way to
> put the source for that one function into a separate file to make the
> code more manageable?