I have created an anonymous class in which I declare a few variables and methods. My java teacher tells me to make these private. I don\'t see how changing the modifier makes any difference since thes
When I create a user control in WPF it would appear that all the children of this control are declared as internal? I\'ve not been able to verify this, nor finding any resources discussing this matter
Is there a tool that can run through a visual studio solution and adjust access modifiers to anything not being called in the solu开发者_开发百科tion is converted to private or internal where applicab
Very often when Visual Studio generates code (for example generating an event handler stub) it omits access modifiers for members. I would like 开发者_StackOverflow中文版it to stop doing this. Is ther
I\'ve recently been trying to learn the Object-Oriented aspects of F#, and have become curious about how to restrict access to types/modules in the lan开发者_高级运维guage.
is it possible to get this stuff working(some way to force Objectfactory create instances like Activator)