On Tue, 29 Jun 2010 17:59:37 -0400, strtr <[email protected]> wrote:
What is the pretty way to do something like this?
Class C
{
void makeNew()
{
new typeof(this);
}
}
As edited... -Steve
On Tue, 29 Jun 2010 17:59:37 -0400, strtr <[email protected]> wrote:
What is the pretty way to do something like this?
Class C
{
void makeNew()
{
new typeof(this);
}
}
As edited... -Steve