Bootstrap

C# 属性 学习理解记录

字段和属性

左边字段,右边属性 

拓展,属性安全:

1、设置public private 和protected 等,只读,只写,

2、在get set 方法时,验证,异常时抛出错误

;