Answers for "c sharp how to comment out a section of code"

C#
0

C# comment

// This is a single line comment
 
/* This is a multi-line comment
   and continues until the end
   of comment symbol is reached */
Posted by: Guest on January-11-2022

C# Answers by Framework

Browse Popular Code Answers by Language