Click here to Skip to main content
15,880,503 members
Articles / Programming Languages / C#

Making internal access specifiers available to other assemblies

Rate me:
Please Sign up or sign in to vote.
4.00/5 (3 votes)
8 Oct 2013CPOL1 min read 13K   4  
We have the attribute named InternalsVisibleTo, which makes the solution for accessing internal types and members of some other assembly easier.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions