公共字段与自动属性
public class Book{
private string _title;
public string Title
{
get{ return _title; }
set{ _title = value; }
}}public class Book{
public string Title {get; set;} }public class Book{
public string Title;}
慕盖茨4494581
MM们
大话西游666
随时随地看视频慕课网APP
相关分类