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
The short answer? No. The long answer? Sorry, still no. :) I feel your pain man, but that's the way it is.