So I have a function:
List names = new string(); private static void getName(string name) { names.add(name); }
When I at
You cant access it this way, you need to instanciate the class containing a member.