Tagged Questions
5
votes
2answers
111 views
VB.Net Identical Case Condition
I am converting some vb.net code to c# - as I am more comfortable with it and it helps me in resolving issues faster. However, I came across this code which is NOT an error in vb.net - but converting ...
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?
0
votes
1answer
91 views
Referencing file contents in a switch case statement in C#/Mono?
I'm setting up a menu system whereby a user is asked to pick a radio station from a list, and for ease of use down the road, I want that list to be in a file called StationList. That bit's all sorted, ...