0 votes
in C Sharp by
Explain the types of comments in C#?

1 Answer

0 votes
by
Below are the types of comments in C# -

Single Line Comment Eg : //

Multiline Comments Eg: /* */

XML Comments Eg : ///

Related questions

0 votes
asked Oct 18, 2019 in C Sharp by Robin
0 votes
asked Oct 18, 2019 in C Sharp by Robin
...