h1.post-title { color:orange; font-family:verdana,Arial; font-weight:bold; padding-bottom:5px; text-shadow:#64665b 0px 1px 1px; font-size:32px; } -->

Pages

Internal , Protected Protected Internal in C#.net

Protected: Class members and derived members of this class can access.
Internal:
Publicly accessible by all the members of the assembly.
Protected Internal: Members of the assembly and derived class can access.