VB.NET Select...Case Statement Equivalent in C# - Stack Overflow
I just started using C# and I've got a couple of issues. Is there any way to code the C# equivalent of the VB.NET Select statement like the following? Select Object.Name.ToString() Case "Name1... ... I have come to find over time that some VB.NET Select..
stackoverflow.com |