CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2002
    Posts
    2

    Question 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.

  2. #2
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    265
    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
  •  





Click Here to Expand Forum to Full Width

Featured