1. Is XML case-sensitive?
Yes.
2. What's the difference between // comments, /* */ comments and /// comments?
Single-line comments, multi-line comments, and XML documentation comments.
3. How do you generate documentation from the C# file commented properly with a command-line compiler?
Compile it with the /doc switch.
XML Documentation Questions
Labels:
.NET Preparation Kit,
C/C++ Preparation Kit,
XML
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment