I have a List with say size n, and I have to dynamically create n variables ie i want to dynamically create the variables depending upon the size of the list. ...
I've read that you cannot declare static variables/methods inside a generic class and I really have no idea how to solve my problem or work around it so I ask for ...