how to comment many lines in c# code example
Example 1: multi line comment c
/* this is how
you comment multiple lines
in c
*/
Example 2: c# multiline comment
/*Statements
and more statements */
Code
/* this is how
you comment multiple lines
in c
*/
/*Statements
and more statements */
Code