Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. HaroldAptroot

    switch statement question

    The C# -> MSIL compiler (not the jitter) translates switches with odd* cases into an if/elseif/elseif .. etc ../else block. *: such as when you have the cases 0, 3, 20 and 1000 for example. They will be ordered ascending. (I have checked this with ILDasm) Also, considering the IL opcode of...

Part and Inventory Search

Back
Top