I have a .Net C# class where I need to make a variable public. I need to initialize this variable within a method (not within the constructor). However, I don\'t want the
Define it as private? Is that what you asking for, you can modify it any where inside the container class but you can't out side it