"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.
What you want is protected and internal, although this functionality is
available in .Net CLR via the famandassem access modifier, it is not
available in C# or VB.Net. You will have to write the module in IL or
some other language that supports this attribute.
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.