Ray's playground

 

2011年1月22日

Item 13: Use Proper Initialization for Static Class Members(Effective C#)

摘要: Static initializers and static constructors provide the cleanest, clearest wayto initialize static members of your class. They are easy to read and easy toget correct. They were added to the language to specifically address thedifficulties involved with initializing static members in other languages 阅读全文

posted @ 2011-01-22 11:59 Ray Z 阅读(125) 评论(0) 推荐(0) 编辑

导航