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? _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
