C# (Sharp) Programming Language Question:
What is the difference between // comments, /* */ comments and /// comments?
Answer:
Single-line, multi-line and XML documentation comments.
Previous Question | Next Question |
Is there any sample C# code for simple threading? | What is the difference between and XML documentation tag? |