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.
 
Back
Top