c# comment code block code example
Example 1: multi line comment c
/* this is how
you comment multiple lines
in c
*/
Example 2: comment out code visual studio
Ctrl+K+C
Ctrl+K+U
/* this is how
you comment multiple lines
in c
*/
Ctrl+K+C
Ctrl+K+U