Switch Case
Multiple switch cases can be placed one below the other followed by an expression if all of the switch cases have the same output
Failing to add break; clause will result in Compilation Error
An optional when
clause can we used in each cause to define an more complex pattern matching condition
Selection statements - C# reference | Microsoft Docs