in C Sharp by (14.6k points)
Explain the types of comments in C#?

1 Answer

0 votes
by (23.9k points)
Below are the types of comments in C# -

Single Line Comment Eg : //

Multiline Comments Eg: /* */

XML Comments Eg : ///

Related questions

0 votes
0 votes
0 votes
asked Oct 18, 2019 in C Sharp by Robin (14.6k points)
0 votes
0 votes
0 votes
asked Oct 18, 2019 in C Sharp by Robin (14.6k points)
+1 vote
asked Apr 9, 2020 in C Sharp by GeorgeBell (5.2k points)
0 votes
asked Feb 18, 2020 in C Sharp by rahuljain1 (6.5k points)
0 votes
asked Oct 18, 2019 in C Sharp by Robin (14.6k points)
...