Member since
I enjoy using set/get hooks in C# and strongly believe they are truly useful. Also, having them in interfaces is excellent!
This is good to have.
Properties are useful for exchanging (reading and writing) single values. Properties are good for data binding, etc.
With this RFC we can implement:
Update: About the $field I am not sure. Having a separate backing field can have some advantages.