Login
Remember
Register
Ask a Question
Explain the types of comments in C#?
0
votes
asked
Oct 18, 2019
in
C Sharp
by
Robin
Explain the types of comments in C#?
type-of-comments-in-c#
c#-comments
comments-c#
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
Below are the types of comments in C# -
Single Line Comment Eg : //
Multiline Comments Eg: /* */
XML Comments Eg : ///
...