Members of a class can have different kinds of accessibility. An accessibility keyword indicates what source code can access the member. The different types of accessibility are:
Accessibility keywords can apply to the following kinds of members of a class: fields, properties, methods, constants, indexers, events, constructors and nested types. They can apply to both instance and static members.
【转载】Accessibility of Class Members,布布扣,bubuko.com
【转载】Accessibility of Class Members
原文:http://www.cnblogs.com/yuthreestone/p/3593226.html