By tag: Friend
0
kicks
Friend Assemblies
.Net 2.0 introduced new assembly-level attribute , InternalsVisibleTo attribute which is defined in the System.Runtime.CompilerServices namespace . this attribute allows you to expose internal types and methods to another specified assembly.