2018-08-05 C# でクラスのメンバ変数のGetterの書き方 C# C#のGetterの書き方 public string Hoge { get { return str; } set { this.Hoge = value; } }