N
Nicholas Paldino [.NET/C# MVP]
The closest thing that you have in C# is the internal keyword, which
means that any other type in the same assembly can access the member/type.
Hope this helps.
means that any other type in the same assembly can access the member/type.
Hope this helps.