In c#, I can do this:
public int Foo { get; set; }
Which is nice. But as soon as I want to do anything in the getter or setter, I have to chang
No, there's no way to do this with properties in an existing version of C#, or C# 4.0.