Create .DLL for frame reference; Still exposes Private declares

Element6

Well-known member
Joined
Feb 16, 2010
Messages
85
Programming Experience
5-10
I was informed that if a class had a private declares; that when you compiled to a .DLL and add the reference. They would not expose the private declares.

This is untrue; the private variables are very exposed and in the intellisense. How do I compile a valid DLL without exposing the private declarations from the Classes? Is there a way of doing this at all?
 
Umm, maybe this is my misunderstanding; I am using 3.5 was used to 2.0 - 3.5 automatically indexes the external code; I think the intellisense was showing from the Enterprise solution I am building.

Either way I don't like exposed private variables.
 
Back
Top