每当对属性的可信度有疑问时,我都会看到大多数讨论都是围绕函数/方法与属性进行的。但是我也想知道直接在关联的私有字段和公共字段之间直接使用属性的令人信服的理由,以防万一大多数常见的获取/设置行为没有其他处理,我的意思是
public string CustomerName;
与
private string customerName;
public string CustomerName
{
get{return customerName;}
set(string value){this.customerName=value;}
}
蝴蝶不菲
回首忆惘然
相关分类