Tagged Questions

1
vote
3answers
192 views

Switch Over Value Determined at Runtime in c#

I've got a case statement in c#. I would like to chose the values for the cases from a configuration file at run time. Is this possible?