protected internal

Posted by adfs on Stack Overflow See other posts from Stack Overflow or by adfs
Published on 2012-09-30T13:13:14Z Indexed on 2012/09/30 15:37 UTC
Read the original article Hit count: 219

Filed under:
|
|

The C# Language Reference on MSDN defines that protected internal as "Access is limited to the current assembly or types derived from the containing class". But from the semantic point of protected internal" sounds to me like both protected and internal which means the member will accessible only to those derived classes with in the same assembly. Is there any access modified that has a meaning to the same effect?

© Stack Overflow or respective owner

Related posts about c#

Related posts about internal