property | value |
---|---|
IDE | Visual Studio |
Language | C# |
Title | do while null |
Shortcut | don |
Description | do statement with condition whether an expression is equal to null |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
expression | Expression to evaluate | x | yes |
Code
do {
} while (x == null);