Yes, they are automatic properties. In C# there is this notion of properties. You can make the "get;" have special code in the body, in C# 3.5, this shortcut was added so that you could have properties with the option of adding code later, without needing to change the "interface."
↧