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 xaml in c#?
What is null propagation c#?
How does bubble sort work?
What is the difference between field and property in c#?
what is IDisposal interface
What are All kind of access specifiers for a class and for methods
What is datarelation c#?
Is the following code legal?
Why cannot you specify the accessibility modifier for methods inside the interface?
Is std :: string null terminated?
How do you clear a list in c#?
How does bitwise xor work?
What are the features of c#?
Do unused Namespaces in c# affect run-time performance?
Define an assembly in .net?