摘要: staticUse thestaticmodifier to declare a static member, which belongs to the type itself rather than to a specific object.Thestaticmodifier can be use... 阅读全文
posted @ 2014-07-11 12:34 chuwachen 阅读(182) 评论(0) 推荐(0) 编辑
摘要: internal声明类、类成员、接口或接口成员具有内部可见性。internal修饰符使类、接口或成员仅在当前包中可见。当前包之外的代码不能访问internal成员。只有在同一程序集的文件中,内部类型或成员才是可访问的在全局范围内,internal修饰符与public修饰符相同。不能将internal... 阅读全文
posted @ 2014-07-11 11:45 chuwachen 阅读(153) 评论(0) 推荐(0) 编辑