property | value |
---|---|
IDE | Visual Studio |
Language | C# |
Title | Debug.Assert |
Shortcut | da |
Description | Debug.Assert method |
Snippet Types | Expansion |
Namespaces | System.Diagnostics |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
expression | Expression to evaluate | false | yes | ||
message | The message text | "" | yes |
Code
Debug.Assert(false, "");