Re: Same Class....Different File
From: Daniel O'Connell [C# MVP] (onyxkirx_at_--NOSPAM--comcast.net)
Date: 04/30/04
- Next message: Morten Wennevik: "Re: MDI child access to it's parents' controls"
- Previous message: Steven Cheng[MSFT]: "RE: Array Serialization"
- In reply to: Scatropolis: "Same Class....Different File"
- Next in thread: Scatropolis: "Re: Same Class....Different File"
- Reply: Scatropolis: "Re: Same Class....Different File"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Apr 2004 23:49:04 -0500
"Scatropolis" <chronos@frayed.net> wrote in message
news:eFoYZfmLEHA.2736@TK2MSFTNGP11.phx.gbl...
> Is there a way in C# to have more code of the same class in a different
> file?
> This would be mostly for organization.
Not currently. C# 2.0 is slated to have a feature called partial classes
which will allow you to split up a class among an arbitrary number of files.
>
> thanks
- Next message: Morten Wennevik: "Re: MDI child access to it's parents' controls"
- Previous message: Steven Cheng[MSFT]: "RE: Array Serialization"
- In reply to: Scatropolis: "Same Class....Different File"
- Next in thread: Scatropolis: "Re: Same Class....Different File"
- Reply: Scatropolis: "Re: Same Class....Different File"
- Messages sorted by: [ date ] [ thread ]