property | value |
---|---|
IDE | Visual Studio |
Language | VB |
Title | While IsNot Nothing |
Shortcut | wexn |
Description | While statement with condition whether an expression is not nothing |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
expression | Expression to evaluate | x | yes |
Code
While x IsNot Nothing
End While