It is called Expression Bodied Member and it had been launched in C# 6. It is actually basically syntactic sugar around a get only property. These property emulation is regular for programming languages that don't help properties - like standard C++. In C# there you should always choose properties as https://mrgcrown.in/