C#'s switch statement can compile to a CIL switch instruction, or if/else's, depending on the cases in the statement as mentioned C#'s switch statement can compile to a CIL swit
C#'s switch statement can compile to a CIL switch instruction, or if/else's, depending on the cases in the statement as mentioned C#'s switch statement can compile to a CIL swit