Please enable Javascript to correctly display the contents on Dot Net Tricks!
C# Questions & Answers

What are the different types of comment in C#?

There are 3 types of comments in C#.

  1. Single line(//)

  2. Multi(/* */)

  3. Page/XML Comments(///).