我正在学习ASP.NET MVC,我可以阅读英文文档,但我真的不明白这段代码发生了什么:
public class Genre { public string Name { get; set; } }
这是什么意思:{ get; set; }?
{ get; set; }
c# properties
c# ×1
properties ×1