2016年1月7日

C# Best Practices - Accessing and Using Classes

摘要: References and UsingDo:Take care when defining referencesReferences must be one way (or circular dependency error)Take advantage of the using directiv... 阅读全文

posted @ 2016-01-07 15:52 戒日王 阅读(156) 评论(0) 推荐(0) 编辑

C# Best Practices - Building Good Classes

摘要: Building a ClassThe last four refer as membersSignatureAccessiblity modifier (Default:internal)class keywordClass NameXML documents commentsFieldsA va... 阅读全文

posted @ 2016-01-07 11:24 戒日王 阅读(181) 评论(0) 推荐(0) 编辑

导航