>>565
private string _asdf = $"jkl";
string asdf { get { return this._asdf; } }

を1行で書いたもの