Is anything like this possible? I\'m assuming not, but it looks good to me:
class MyClass { public int Foo { get { return m_foo; } s
Nope, the only thing that can be within the the body of the property is the get and set.
get
set