Using the switch statement syntax. The syntax for a C# switch statement is as follows: switch (value) { case constant: statements break/jump ...
確定! 回上一頁