Hi,
I am storing a number of global params in a console app populated from a db.
I'm thnking of using a list to store variable name / variable type.
The variable can obviously vary, for eg string, int etc.
What would the syntax be on the class and what syntax would you use to type the variable type generic.
Thanks
I am storing a number of global params in a console app populated from a db.
I'm thnking of using a list to store variable name / variable type.
The variable can obviously vary, for eg string, int etc.
What would the syntax be on the class and what syntax would you use to type the variable type generic.
Thanks