What?s the difference between // comments, /* */ comments
and /// comments?
Answer Posted / daniel
Single-line, multi-line and XML documentation comments.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is an enumerator in c#?
What is sorting in c#?
What are the types of delegates in c#?
Explain attributes in c#?
What is difference between ienumerable and list in c#?
What is the difference between Static, Const and read only?
Is c sharp and c# are same?
When should I use static in C#?
Is it true that all c# types derive from a common base class?
How to open a new form on button click in Windows forms?
What is out int in c#?
How many types of delegates are there in c#?
Can a class be protected in c#?
How are Windows programs different from normal C-programs?
What is the difference between delegates and events in c#?