摘要:
阅读全文
posted @ 2009-04-22 15:03
自助者天助
阅读(170)
评论(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
自助者天助
阅读(335)
评论(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
自助者天助
阅读(317)
评论(0)
推荐(0)