2015年3月14日
摘要: 提高C#编程水平的50个要点1.总是用属性 (Property) 来代替可访问的数据成员2.在 readonly 和 const 之间,优先使用 readonly3.在 as 和 强制类型转换之间,优先使用 as 操作符4.使用条件属性 (Conditional Attributes) 来代替条件编... 阅读全文
posted @ 2015-03-14 11:11 Jarrett.zhou 阅读(216) 评论(0) 推荐(0) 编辑