|
-
November 13th, 2002, 11:25 AM
#1
Class Spanning multiple files
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.
-
November 14th, 2002, 05:46 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|