Click to See Complete Forum and Search --> : Class Spanning multiple files


sanjaytp
November 13th, 2002, 10:25 AM
How to write a class in C# or VB.NET which spans over multiple
modules (files). Basically we have a team of 4 people and all us
will be writing one class. For version control and development
ease we want this class to span over 4 different physical files.

Arild Fines
November 14th, 2002, 04:46 AM
1. It's not possible
2. It's a bad idea
3. VC# For Yukon will introduce partial types, which would let you do something like this.
4. Even when VC#FY is out, it will still be a bad idea to do it like this.