Answers for "shortcut to comment in c#"

C#
1

c# comment

//This Is A Comment
//Comments don't change what
//Happens in the code, but they
//Help you understand your own code,
//So you can make more changes.

//To make a comment, use a "//" then 
//Whatever your comment is.
Posted by: Guest on July-16-2021
0

c# single comment

//this is a single comment. use //
Posted by: Guest on February-14-2022

C# Answers by Framework

Browse Popular Code Answers by Language