property | value |
---|---|
IDE | Visual Studio |
Language | C# |
Title | switch statement |
Shortcut | sh |
Description | switch statement |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
expression | Expression to switch on | SwitchOn | yes |
Code
switch (SwitchOn) {
}