I've just come across this in Visual Studio 2008.
Rather than typing a long winded property definition.
private int age=0; public int Age { get { return age; } set { age=value; } }
private int age=0;
public int Age { get { return age; } set { age=value; } }
You now can just type
public int Age {get; set;}
Theme design by Jelle Druyts
Pick a theme: BlogXP calmBlue
My Virtual Earth Balloon Races www.racingballoon.com Richard JonesPowered By The Fridge Server