Introduction: Comments in C#
Comments are used in a program to make a section of code easier to understand. They’re used to make the code more readable and provide a formal description of it and how it works.
The compiler ignores comments, so you may put them wherever in a program and not worry about them breaking it.