摘要: 阅读全文
posted @ 2009-04-22 15:03 自助者天助 阅读(162) 评论(0) 推荐(0) 编辑
摘要: The member variables of class types are automatically set to an appropriate default value. Thisvalue will differ based on the exact data type; however, the rules are simple:• bool types are set to fal... 阅读全文
posted @ 2009-04-22 14:32 自助者天助 阅读(324) 评论(0) 推荐(0) 编辑
摘要: C# Access Modifier Meaning in Life public Marks a member as accessible from an object variable as well as anyderived classes. private Marks a method as accessible only by the class that has def... 阅读全文
posted @ 2009-04-22 14:16 自助者天助 阅读(314) 评论(0) 推荐(0) 编辑