protected internal

  • Thread starter Thread starter Dennis Myrén
  • Start date Start date
from MSDN, decription for protected internal is

"Access is limited to the current project OR types derived from the containing
class"

Is there any way i can have the access limited to the types derived from the
containing class that are also in current project?
any access modifier can achieve this?
Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top