I have the following code:
public class PersonInitializer { private Person _person; public static Person LoadFromFile(string path) { Per
This is because you are accessing it from a member function. If you want to prevent access from that particular function, you may want to move that static function to a new class.