nabilg
New member
- Joined
- Oct 21, 2019
- Messages
- 2
- Programming Experience
- 10+
Hello,
I would like to know if it is possible to assign a variable name that I defined according to another name to create an object (example DataTable, ArrayList, etc ...)?
example:
string myvar = "my_list";
ArrayList myvar = new ArrayList();
Thank you.
I would like to know if it is possible to assign a variable name that I defined according to another name to create an object (example DataTable, ArrayList, etc ...)?
example:
string myvar = "my_list";
ArrayList myvar = new ArrayList();
Thank you.