Razzo78
5/15/2019 - 7:56 AM

C# - Make internal methods visible to other assemblies

C# - Make internal methods visible to other assemblies

//Starting from the source assembly include this attribute to make the internal methods visible to the recipient "AssemblyName"
[assembly:InternalsVisibleTo("AssemblyName")]