Y
Yoavo
Hi,
I have the following code:
class AA
{
public int Width { get; set; }
}
this compiles ok on VC2008 but fails in VC2005.
What is the reason and how can I build it ok in VC2005 ?
Yoav.
I have the following code:
class AA
{
public int Width { get; set; }
}
this compiles ok on VC2008 but fails in VC2005.
What is the reason and how can I build it ok in VC2005 ?
Yoav.