TheSwamp

Code Red => .NET => Topic started by: HD on February 04, 2008, 12:32:36 PM

Title: Splitting a C# Class Across Multiple C# Source Files
Post by: HD on February 04, 2008, 12:32:36 PM
Hi -

Prior to the partial keyword modifier, introduced in .Net 2.0, does anyone know how splitting a C# class definition across multiple source files was accomplished?
Title: Re: Splitting a C# Class Across Multiple C# Source Files
Post by: Kerry on February 09, 2008, 03:04:12 AM

not possible , to my knowledge.

.. but isn't the question a little redundant , why would anyone choose to compile against ver 1.1 ?