SyntaxFix
Write A Post
Hire A Developer
Questions
You can even write this:
private string foo = "foo"; private string bar { get => $"{foo}bar"; set { foo = value; } }