Comments

Let's learn about comments in C#.

What is a comment?

A program comment is a note left on programs to explain or highlight the functionality of code. Comments are non-executing code and won’t affect the program’s usage.

Get hands-on with 1200+ tech skills courses.